Merge "Add new Tox env for running shiftack sanity test cases"

This commit is contained in:
Zuul 2022-07-06 16:48:21 +00:00 committed by Gerrit Code Review
commit 2bdbf24d72
1 changed files with 10 additions and 1 deletions

11
tox.ini
View File

@ -231,7 +231,6 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/sanity
PYTEST_TIMEOUT = 1800
[testenv:neutron_sanity]
basepython = {[integration]basepython}
@ -242,6 +241,16 @@ setenv =
OS_TEST_PATH = {toxinidir}/tobiko/tests/sanity/neutron
[testenv:shiftstack_sanity]
basepython = {[integration]basepython}
envdir = {[integration]envdir}
passenv = {[integration]passenv}
setenv =
{[testenv:sanity]setenv}
OS_TEST_PATH = {toxinidir}/tobiko/tests/sanity/shiftstack
[testenv:faults]
basepython = {[integration]basepython}