From: guillaume.lambert Date: Mon, 29 Jun 2020 08:02:30 +0000 (+0200) Subject: enable OTN topology func test in releng X-Git-Tag: 2.0.0~59 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=616828277b59781d59425ce6a33446bd788c2b0f;hp=19a9408ee823754859467888a5d2823bfd8655ab;p=transportpce.git enable OTN topology func test in releng Signed-off-by: guillaume.lambert Change-Id: I5c275f1f45a759bf5c1250afaae5914bb8654a0b --- diff --git a/tox.ini b/tox.ini index d17aa6202..59ef71331 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = #run 2.2.1 functional tests {py3,portmapping221}: nosetests --with-xunit transportpce_tests/2.2.1/test_portmapping.py {py3,topology221}: nosetests --with-xunit transportpce_tests/2.2.1/test_topology.py - {otntopology}: nosetests --with-xunit transportpce_tests/2.2.1/test_otn_topology.py + {py3,otntopology}: nosetests --with-xunit transportpce_tests/2.2.1/test_otn_topology.py {py3,rspn221}: nosetests --with-xunit transportpce_tests/2.2.1/test_renderer_service_path_nominal.py {py3,otnrenderer}: nosetests --with-xunit transportpce_tests/2.2.1/test_otn_renderer.py {py3,olm221}: nosetests --with-xunit transportpce_tests/2.2.1/test_olm.py