From: guillaume.lambert Date: Tue, 23 Jun 2020 07:41:56 +0000 (+0200) Subject: reactivate E2E functional tests in the gate X-Git-Tag: 2.0.0~78 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=043c5c6131f612055bfd411eb12ed2b70ef7244e reactivate E2E functional tests in the gate Signed-off-by: guillaume.lambert Change-Id: I4a624a698ce1acb9b6b29fbec5758d32a0af0513 --- diff --git a/tox.ini b/tox.ini index 8877747df..1fafac08a 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ commands = {py3,rspn}: nosetests --with-xunit transportpce_tests/1.2.1/test_renderer_service_path_nominal.py {py3,pce}: nosetests --with-xunit transportpce_tests/1.2.1/test_pce.py {py3,olm}: nosetests --with-xunit transportpce_tests/1.2.1/test_olm.py - {end2end}: nosetests --with-xunit transportpce_tests/1.2.1/test_end2end.py + {py3,end2end}: nosetests --with-xunit transportpce_tests/1.2.1/test_end2end.py #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 @@ -51,7 +51,7 @@ commands = {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 {py3,tapi221}: nosetests --with-xunit transportpce_tests/2.2.1/test_tapi.py - {end2end221}: nosetests --with-xunit transportpce_tests/2.2.1/test_end2end.py + {py3,end2end221}: nosetests --with-xunit transportpce_tests/2.2.1/test_end2end.py #{gnpy}: - sudo docker pull atriki/gnpyrest:v1.2 {gnpy}: - sudo docker run -d -p 8008:5000 --name gnpy_tpce_rest1 atriki/gnpyrest:v1.2 {gnpy}: nosetests --with-xunit transportpce_tests/1.2.1/test_gnpy.py