X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=d7ceef4664a545a0bf87bd49f6347882d3c2b540;hb=3d1dd382415217763ea8d1f729a45bb9ca48d91b;hp=8131efd36ef5432788957a77c27a112fa60f1fac;hpb=f0c7d45051b7cf4aa225cbefcf7f34b4f1f4a514;p=transportpce.git diff --git a/tox.ini b/tox.ini index 8131efd36..d7ceef466 100644 --- a/tox.ini +++ b/tox.ini @@ -15,9 +15,12 @@ skipsdist = true setupdir = tests/ [testenv] -passenv = USE_LIGHTY http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY -#setenv = +passenv = USE_LIGHTY http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OLM_TIMER1 OLM_TIMER2 +setenv = # USE_LIGHTY=True + OLM_TIMER1=3000 + OLM_TIMER2=2000 + usedevelop = true basepython = python3 deps = @@ -183,7 +186,11 @@ commands = depends = buildcontroller,sims221 whitelist_externals = launch_tests.sh dockercmd.sh -passenv = LAUNCHER USE_LIGHTY USE_ODL_RESTCONF_VERSION +passenv = LAUNCHER USE_LIGHTY USE_ODL_RESTCONF_VERSION OLM_TIMER1 OLM_TIMER2 +setenv = + OLM_TIMER1=3000 + OLM_TIMER2=2000 + 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