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:
jmarcian 2024-11-05 13:30:31 +02:00 committed by Eduardo Olivares
parent 720c73b0a5
commit d087d6e5b3

24
tox.ini
View File

@ -349,6 +349,30 @@ setenv =
PYTEST_TIMEOUT = 3600 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 ------------------------------------------- # --- CI workflow test environments -------------------------------------------
[testenv:infrared] [testenv:infrared]