X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=34c0aa43d0ab4247cd96c12aa054f27cfee5e3a8;hb=4f0c3d3c44ec998a9b332c2fe435eac025fc57e7;hp=ae81c10416737807053fd853bd81a1412324486d;hpb=dacb5f42fe7b74dad0b4e76393cc65d6ddbfc312;p=transportpce.git diff --git a/tox.ini b/tox.ini index ae81c1041..34c0aa43d 100644 --- 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]