From 21ed2d51558d570d1528babdc79eec401c79f583 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 19 Jun 2019 11:27:15 +0200 Subject: [PATCH] disable E2E tests voting it seems some upstreams changes broke the E2E tests. It is likely because ordm 4.1 YANG deviations are now taken in account. JIRA: TRNSPRTPCE-126 JIRA: TRNSPRTPCE-129 Change-Id: I359573b8559a0443a08be26045e772d2c9ab1902 Signed-off-by: guillaume.lambert --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9bcaf4fb8..a2b03df38 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ commands = {py27,topology221}: nosetests --with-xunit transportpce_tests/2.2.1/test_topology.py {py27,rspn221}: nosetests --with-xunit transportpce_tests/2.2.1/test_renderer_service_path_nominal.py {py27,olm221}: nosetests --with-xunit transportpce_tests/2.2.1/test_olm.py - {py27,end2end221}: nosetests --with-xunit transportpce_tests/2.2.1/test_end2end.py + {py27,end2end221}: - nosetests --with-xunit transportpce_tests/2.2.1/test_end2end.py [testenv:docs] -- 2.36.6