Shift tox nbinotifications to with_docker profile 40/102240/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Sun, 28 Aug 2022 19:22:08 +0000 (21:22 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 1 Sep 2022 16:03:59 +0000 (16:03 +0000)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ice39221bcacc3e90d450c115812c2cdba34c994b

tox.ini

diff --git a/tox.ini b/tox.ini
index 4c50ca7e807713b0b8bc2ce2c82dc51a438b8278..20de1d61c5c24f9f0a3ccc2dcb4767358a7eebe5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -198,7 +198,7 @@ setenv =
 commands =
   ./launch_tests.sh tapi {posargs:}
 
-[testenv:nbinotifications]
+[testenv:with_docker]
 depends = buildcontroller,sims221
 whitelist_externals = launch_tests.sh
                       dockercmd.sh
@@ -211,7 +211,7 @@ setenv =
 
 commands =
   ./dockercmd.sh run -d -p 2181:2181 -p 9092:9092 --env ADVERTISED_LISTENERS=PLAINTEXT://localhost:9092 --name tpce_kafka1 teivah/kafka:2.0.0
-  ./launch_tests.sh with_docker nbinotifications
+  ./launch_tests.sh with_docker {posargs:}
   ./dockercmd.sh container rm -f tpce_kafka1
 
 [testenv:docs]