Fix karaf client issue in functional test library
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 29e35beb1a5a4ea0b5e7944fc0821e566ab5ec25..3514dcf8f79584e438e783196f7dca730fcecc11 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -60,7 +60,14 @@ allowlist_externals = build.sh
 depends = buildcontroller,tests_hybrid
 changedir = {toxinidir}/lighty
 commands =
-  ./build.sh
+  - ./build.sh
+
+[testenv:sims]
+passenv = USE_SIMS
+allowlist_externals = install_lightynode.sh
+depends = buildcontroller
+commands =
+  ./install_lightynode.sh {posargs:}
 
 [testenv:sims121]
 passenv = USE_SIMS
@@ -247,7 +254,8 @@ commands =
 
 [testenv:tests_tapi]
 depends = buildcontroller,build_karaf_tests221,sims221
-allowlist_externals = launch_tests.sh add_tapi_feature_to_tests221.sh
+allowlist_externals = launch_tests.sh
+#                      add_tapi_feature_to_tests221.sh
 passenv = LAUNCHER
     USE_LIGHTY
     USE_SIMS
@@ -266,12 +274,11 @@ setenv =
 
 commands =
 #  ./add_tapi_feature_to_tests221.sh
--  ./launch_tests.sh tapi {posargs:}
+  ./launch_tests.sh tapi {posargs:}
 
 [testenv:with_docker]
 depends = buildcontroller,sims221
-allowlist_externals = launch_tests.sh
-                      dockercmd.sh
+allowlist_externals = launch_tests.sh dockercmd.sh
 passenv = LAUNCHER
     USE_LIGHTY
     USE_SIMS