Merge "cleanup amqp1 scenarios remnants setups"

This commit is contained in:
Zuul 2024-01-18 16:34:27 +00:00 committed by Gerrit Code Review
commit 5e91847af4
1 changed files with 0 additions and 22 deletions

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.