c14aaee50b
The changes impacts different components: - unit tests uses stestr directly instead of ostestr; - the cover target uses stestr+coverage instead of testr; - sahara-scenario (scenario tests runner) uses stestr internally instead of stestr; - remove the references to testr and ostestr from the documentation. Change-Id: I5eddc4a0f9b245863b4de9056df4c27c876f7123
27 lines
893 B
Plaintext
27 lines
893 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>=1.6 # Apache-2.0
|
|
|
|
Mako>=0.4.0 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
|
keystoneauth1>=2.1.0 # Apache-2.0
|
|
oslo.concurrency>=3.5.0 # Apache-2.0
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
|
oslo.utils>=3.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
os-client-config>=1.13.1 # Apache-2.0
|
|
paramiko>=1.16.0 # LGPL
|
|
python-glanceclient>=2.0.0 # Apache-2.0
|
|
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
|
|
python-saharaclient>=0.13.0 # Apache-2.0
|
|
python-swiftclient>=2.2.0 # Apache-2.0
|
|
python-neutronclient>=4.2.0 # Apache-2.0
|
|
rfc3986>=0.2.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
stestr>=1.0.0 # Apache-2.0
|
|
tempest>=16.0.0 # Apache-2.0
|
|
testtools>=1.4.0 # MIT
|