cleanup amqp1 scenarios remnants setups
Change-Id: I9e042732b1d512bb4bebff7a72ea2063a25d2926
This commit is contained in:
parent
ee5b351742
commit
6e7a5725fa
22
tox.ini
22
tox.ini
@ -49,8 +49,6 @@ commands =
|
|||||||
# -------- --------
|
# -------- --------
|
||||||
# scenario01 rabbit rabbit
|
# scenario01 rabbit rabbit
|
||||||
# scenario02 rabbit kafka
|
# scenario02 rabbit kafka
|
||||||
# scenario03 amqp rabbit
|
|
||||||
# scenario04 amqp kafka
|
|
||||||
#
|
#
|
||||||
[testenv:py310-func-scenario01]
|
[testenv:py310-func-scenario01]
|
||||||
setenv =
|
setenv =
|
||||||
@ -68,26 +66,6 @@ allowlist_externals =
|
|||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/setup-scenario-env.sh stestr run --slowest {posargs:oslo_messaging.tests.functional}
|
{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]
|
[testenv:bandit]
|
||||||
# NOTE(kgiusti): This is required for the integration test job of the bandit
|
# NOTE(kgiusti): This is required for the integration test job of the bandit
|
||||||
# project. Please do not remove.
|
# project. Please do not remove.
|
||||||
|
Loading…
Reference in New Issue
Block a user