Merge "Ensure tests run under python2.7"

This commit is contained in:
Jenkins 2015-06-19 10:24:41 +00:00 committed by Gerrit Code Review
commit 4d35f15265
1 changed files with 5 additions and 0 deletions

View File

@ -18,11 +18,13 @@ commands =
# mode. To do this define the TRACE_FAILONLY environmental variable.
[testenv:api]
basepython = python2.7
setenv = OS_TEST_PATH=./neutron/tests/api
TEMPEST_CONFIG_DIR={env:TEMPEST_CONFIG_DIR:/opt/stack/tempest/etc}
OS_TEST_API_WITH_REST=1
[testenv:functional]
basepython = python2.7
setenv = OS_TEST_PATH=./neutron/tests/functional
OS_TEST_TIMEOUT=180
deps =
@ -30,6 +32,7 @@ deps =
-r{toxinidir}/neutron/tests/functional/requirements.txt
[testenv:dsvm-functional]
basepython = python2.7
setenv = OS_TEST_PATH=./neutron/tests/functional
OS_SUDO_TESTING=1
OS_ROOTWRAP_CMD=sudo {envdir}/bin/neutron-rootwrap {envdir}/etc/neutron/rootwrap.conf
@ -63,6 +66,7 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
basepython = python2.7
deps =
{[testenv]deps}
pylint
@ -79,6 +83,7 @@ whitelist_externals =
bash
[testenv:cover]
basepython = python2.7
commands =
python setup.py testr --coverage --testr-args='{posargs}'