From 6e7a5725fa90e66c060a06a8ffe5e5454fd7a7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 25 Oct 2022 10:46:19 +0200 Subject: [PATCH] cleanup amqp1 scenarios remnants setups Change-Id: I9e042732b1d512bb4bebff7a72ea2063a25d2926 --- tox.ini | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tox.ini b/tox.ini index 2ae9195f1..264c59ea3 100644 --- a/tox.ini +++ b/tox.ini @@ -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.