From: guillaume.lambert Date: Sun, 28 Aug 2022 19:22:08 +0000 (+0200) Subject: Shift tox nbinotifications to with_docker profile X-Git-Tag: 6.0.0~31 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=40ab93eea9ee8fdc5c6609695ccdb4736907cb69 Shift tox nbinotifications to with_docker profile Signed-off-by: guillaume.lambert Change-Id: Ice39221bcacc3e90d450c115812c2cdba34c994b --- 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]