Add new Tox env for running shiftack sanity test cases
Change-Id: I87f2206afc7f8fcfaf247e441a12fdd8c0b7a24b
This commit is contained in:
parent
3753dfd148
commit
04ae64a996
11
tox.ini
11
tox.ini
@ -231,7 +231,6 @@ setenv =
|
|||||||
OS_TEST_PATH = {toxinidir}/tobiko/tests/sanity
|
OS_TEST_PATH = {toxinidir}/tobiko/tests/sanity
|
||||||
PYTEST_TIMEOUT = 1800
|
PYTEST_TIMEOUT = 1800
|
||||||
|
|
||||||
|
|
||||||
[testenv:neutron_sanity]
|
[testenv:neutron_sanity]
|
||||||
|
|
||||||
basepython = {[integration]basepython}
|
basepython = {[integration]basepython}
|
||||||
@ -242,6 +241,16 @@ setenv =
|
|||||||
OS_TEST_PATH = {toxinidir}/tobiko/tests/sanity/neutron
|
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]
|
[testenv:faults]
|
||||||
|
|
||||||
basepython = {[integration]basepython}
|
basepython = {[integration]basepython}
|
||||||
|
Loading…
Reference in New Issue
Block a user