
This updates testr.conf to allow passing of the tests directory as an environment variable (defaulting to ironic/tests/). Also updates tox.ini to run testr once for ironic/tests and once for ironic/nova/tests/, then combine subunit output. test-requirements.txt is updated to pull in Nova from a tarball, as well as mox and python-ironicclient. Updates the existing Nova driver unit tests to account for recent refactoring and changes in the Nova virt API. Change-Id: Ibefa2e0d3f97512f4da9ace780703fe47467232e Closes-bug: #1299312
23 lines
451 B
Plaintext
23 lines
451 B
Plaintext
hacking>=0.8.0,<0.9
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.14
|
|
mock>=1.0
|
|
Babel>=1.3
|
|
MySQL-python
|
|
psycopg2
|
|
python-ironicclient
|
|
python-subunit>=0.0.18
|
|
testrepository>=0.0.18
|
|
testtools>=0.9.34
|
|
|
|
# Doc requirements
|
|
sphinx>=1.1.2,<1.2
|
|
sphinxcontrib-pecanwsme>=0.6
|
|
oslosphinx
|
|
|
|
# Required for Nova unit tests in ironic/nova/tests/ and can be removed
|
|
# once the driver code lands in Nova.
|
|
http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova
|
|
mox>=0.5.3
|