Workaround to install tapi feature in func tests
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 7b18494cec9e6de424b8cf2f586bf5e14005e8aa..4911701c8e4ac8a38ebfe02cadb3ac0bc451a559 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -181,7 +181,7 @@ commands =
 
 [testenv:tests_tapi]
 depends = buildcontroller,build_karaf_tests221,sims221
-whitelist_externals = launch_tests.sh
+whitelist_externals = launch_tests.sh add_tapi_feature_to_tests221.sh
 passenv = LAUNCHER USE_LIGHTY OLM_TIMER1 OLM_TIMER2 USE_ODL_RESTCONF_VERSION
 setenv =
     USE_LIGHTY=True
@@ -193,6 +193,7 @@ setenv =
     OLM_TIMER2=2000
 
 commands =
+  ./add_tapi_feature_to_tests221.sh
   ./launch_tests.sh tapi {posargs:}
 
 [testenv:with_docker]