From 1d4a3e33c169ea3072f205cb81386a6624cf37fe Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Thu, 31 Jul 2014 18:44:57 +0000 Subject: [PATCH] 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 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 40ef1d905ed..c05e0929e91 100644 --- a/tox.ini +++ b/tox.ini @@ -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