disable E2E tests voting 65/82565/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 19 Jun 2019 09:27:15 +0000 (11:27 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 19 Jun 2019 12:28:39 +0000 (12:28 +0000)
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 <guillaume.lambert@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 9bcaf4fb8c19479622fc85d3f1964d94464f40fc..a2b03df381cf22f97e1dac9b9be2aec5fb072f27 100644 (file)
--- 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]