From 58699ccb0e9640dd4662f69a7e0e535662e3ac0d Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Fri, 26 Jun 2020 13:38:09 +0200 Subject: [PATCH] reactivate E2E tests vote in jenkins Signed-off-by: guillaume.lambert Change-Id: I0dbf2459a81b2822a52d02a062470d1d1e412007 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fb47ad283..d17aa6202 100644 --- 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 -- 2.36.6