reactivate E2E tests vote in jenkins 59/90759/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 26 Jun 2020 11:38:09 +0000 (13:38 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Fri, 26 Jun 2020 11:47:27 +0000 (13:47 +0200)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I0dbf2459a81b2822a52d02a062470d1d1e412007

tox.ini

diff --git a/tox.ini b/tox.ini
index fb47ad283d739d4f469ef449487496ef94e5a7c0..d17aa62027c15a811f76f0287ae2ba3450b595fa 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -51,8 +51,8 @@ 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
-  {py3,end2end}: nosetests --with-xunit transportpce_tests/1.2.1/test_end2end.py
-  {py3,end2end221}: nosetests --with-xunit transportpce_tests/2.2.1/test_end2end.py
+  {py3,end2end}: nosetests --with-xunit transportpce_tests/1.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