Merge "Migration to new integration tests"

This commit is contained in:
Jenkins 2013-10-01 16:59:52 +00:00 committed by Gerrit Code Review
commit 97e2b88118
2 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ sphinx>=1.1.2
sphinxcontrib-httpdomain
unittest2
-f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-master.tar.gz#egg=pythonsavannaclient-0.1
pythonsavannaclient>=0.1
-f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-0.3a3.tar.gz#egg=python-savannaclient-0.3a3
python-savannaclient>=0.3a3

View File

@ -21,7 +21,7 @@ deps =
commands = nosetests -w unit {posargs}
[testenv:integration]
commands = nosetests -w integration_new -x {posargs}
commands = nosetests -w integration -x {posargs}
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1