cleanup amqp1 scenarios remnants setups

Change-Id: I9e042732b1d512bb4bebff7a72ea2063a25d2926
This commit is contained in:
Hervé Beraud 2022-10-25 10:46:19 +02:00 committed by Takashi Kajinami
parent ee5b351742
commit 6e7a5725fa

22
tox.ini
View File

@ -49,8 +49,6 @@ commands =
# -------- --------
# scenario01 rabbit rabbit
# scenario02 rabbit kafka
# scenario03 amqp rabbit
# scenario04 amqp kafka
#
[testenv:py310-func-scenario01]
setenv =
@ -68,26 +66,6 @@ allowlist_externals =
commands =
{toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py310-func-scenario03]
setenv =
SCENARIO=scenario03
ENVNAME={envname}
WORKDIR={toxworkdir}
allowlist_externals =
{toxinidir}/tools/setup-scenario-env.sh
commands =
{toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:py310-func-scenario04]
setenv =
SCENARIO=scenario04
ENVNAME={envname}
WORKDIR={toxworkdir}
allowlist_externals =
{toxinidir}/tools/setup-scenario-env.sh
commands =
{toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
[testenv:bandit]
# NOTE(kgiusti): This is required for the integration test job of the bandit
# project. Please do not remove.