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 sphinxcontrib-httpdomain
unittest2 unittest2
-f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-master.tar.gz#egg=pythonsavannaclient-0.1 -f http://tarballs.openstack.org/python-savannaclient/python-savannaclient-0.3a3.tar.gz#egg=python-savannaclient-0.3a3
pythonsavannaclient>=0.1 python-savannaclient>=0.3a3

View File

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