From b7d58d8202183271bb2bb49d990c042af4ca105a Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Thu, 23 Jul 2020 11:40:09 +0200 Subject: [PATCH] fix E2E 2.2.1 tox profile Signed-off-by: guillaume.lambert Change-Id: I1ce393b69df07b8319af342ef1407b1066a7ae5f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 659e6913b..6aee9f784 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,7 @@ commands = {py3,tapi221}: nosetests --with-xunit transportpce_tests/2.2.1/test_tapi.py {py3,otnend2end}: nosetests --with-xunit transportpce_tests/2.2.1/test_otn_end2end.py {py3,end2end}: nosetests --with-xunit transportpce_tests/1.2.1/test_end2end.py - {py3,otnend2end}: 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 -- 2.36.6