Create workflows for podified faults and podified ha faults
To run faults tests dedicated for podified (e.g RHOSO) deployments Change-Id: Ie9e7537aa6db94ed0a986db2952cf87136f02f42
This commit is contained in:
parent
720c73b0a5
commit
d087d6e5b3
24
tox.ini
24
tox.ini
@ -349,6 +349,30 @@ setenv =
|
||||
PYTEST_TIMEOUT = 3600
|
||||
|
||||
|
||||
[testenv:podified_faults]
|
||||
|
||||
basepython = {[integration]basepython}
|
||||
envdir = {[integration]envdir}
|
||||
passenv = {[integration]passenv}
|
||||
setenv =
|
||||
{[integration]setenv}
|
||||
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/podified
|
||||
TOX_NUM_PROCESSES = 1
|
||||
PYTEST_TIMEOUT = 3600
|
||||
|
||||
|
||||
[testenv:podified_ha_faults]
|
||||
|
||||
basepython = {[integration]basepython}
|
||||
envdir = {[integration]envdir}
|
||||
passenv = {[integration]passenv}
|
||||
setenv =
|
||||
{[integration]setenv}
|
||||
OS_TEST_PATH = {toxinidir}/tobiko/tests/faults/podified/ha
|
||||
TOX_NUM_PROCESSES = 1
|
||||
PYTEST_TIMEOUT = 3600
|
||||
|
||||
|
||||
# --- CI workflow test environments -------------------------------------------
|
||||
|
||||
[testenv:infrared]
|
||||
|
Loading…
Reference in New Issue
Block a user