In the functional tests we have 'functional' and 'dsvm-functional'
venvs. The difference is that dsvm-functional requires can run
rootwrap commands on the machine. In the fullstack context,
not running rootwrap commands doesn't make sense, as fullstack
tests are explicitly and solely integration tests.
Change-Id: I1e85537d137a1b773198facbb835a65b6d0ce9b4
deps =
{[testenv:dsvm-functional]deps}
-[testenv:fullstack]
+[testenv:dsvm-fullstack]
setenv = {[testenv]setenv}
{[testenv:common]setenv}
- OS_TEST_PATH=./neutron/tests/fullstack
-deps =
- {[testenv]deps}
- -r{toxinidir}/neutron/tests/functional/requirements.txt
-
-[testenv:dsvm-fullstack]
-setenv = {[testenv:fullstack]setenv}
{[testenv:dsvm]setenv}
+ OS_TEST_PATH=./neutron/tests/fullstack
sitepackages=True
deps =
{[testenv:functional]deps}