From 40ab93eea9ee8fdc5c6609695ccdb4736907cb69 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Sun, 28 Aug 2022 21:22:08 +0200 Subject: [PATCH] Shift tox nbinotifications to with_docker profile Signed-off-by: guillaume.lambert Change-Id: Ice39221bcacc3e90d450c115812c2cdba34c994b --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4c50ca7e8..20de1d61c 100644 --- 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] -- 2.36.6