
For running functional tests on devstack nodes, it's important to be able to get the appropriate credentials. Use the clouds.yaml that is newly written by devstack and os-client-config to pull a few well defined sets of credentials. Change-Id: Ibd2d473fce878424e8a6d1c76e81088e575e619b
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=0.11,<2.0
|
|
fixtures>=0.3.14
|
|
python-subunit>=0.0.18
|
|
six>=1.9.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=0.9.36,!=1.2.0
|
|
mock>=1.0
|
|
mox3>=0.7.0
|
|
os-client-config
|