Add dsvm-functional tox env to fix functional job

Fixes for the bug in question landed in master to get the functional
job working again, and the first step in backporting those fixes is
ensuring that the {gate|check}-neutron-dsvm-functional jobs can invoke
the dsvm-functional tox env.  There is no good backport for this
addition because the patches in master are highly coupled so as to
make cherry-picking basically impossible without this patch.

Change-Id: Ide15f6925d516c18cae1afa98f5661f0609bb50e
Partial-bug: #1336172
This commit is contained in:
Maru Newby 2014-07-31 18:44:57 +00:00
parent 7564c4b9da
commit 1d4a3e33c1
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ setenv = OS_TEST_PATH=./neutron/tests/functional
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:dsvm-functional]
setenv = OS_TEST_PATH=./neutron/tests/functional
PYTHONHASHSEED=0
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
sitepackages = True
downloadcache = ~/cache/pip