1ced89b9e9
Functional test environment uses ironicclient api directly(client managers), this approach has some cons - it doesn't include cli code. So it would be better to use tempest-lib for this. It makes call to ironic with Popen, and has parsing tools. This change doesn't add new test cases, some helper methods have been added. blueprint ironicclient-functional-tests Change-Id: Iee426c65ee227e8b7c32ac94f6cfc1001f94e112
18 lines
483 B
Plaintext
18 lines
483 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.
|
|
hacking<0.11,>=0.10.0
|
|
coverage>=3.6
|
|
discover
|
|
doc8 # Apache-2.0
|
|
fixtures>=1.3.1
|
|
httpretty<0.8.7,>=0.8.4
|
|
mock>=1.2
|
|
Babel>=1.3
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
testrepository>=0.0.18
|
|
testtools>=1.4.0
|
|
tempest-lib>=0.10.0
|