Shift tox nbinotifications to with_docker profile
[transportpce.git] / 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]