prepare func tests for openroadm v2.2.1 support 40/83440/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 21 May 2019 15:47:50 +0000 (17:47 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 6 Aug 2019 13:33:44 +0000 (15:33 +0200)
commitd45335403242aebe290c01d89e45f7d127b55825
tree3cd4a4a4107c309ed1cb7161ea03b367be7b9558
parentfb4e6e204c405d60dcb274416ad30f082f437bf0
prepare func tests for openroadm v2.2.1 support

add openroamd version 2.2.1 support for the following functional tests:
- portmapping
- topology
- renderer service path nominal
  - creation/deletion of interfaces and roadm-connection on devices.
  - add equipment-state in XPDRA configuration file (circcuit-pack).
- OLM

JIRA: TRNSPRTPCE-112
JIRA: TRNSPRTPCE-113
Change-Id: I746e4962e05ac9570721260a1df289f3bf974448
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Co-authored-by: Christophe Betoule <christophe.betoule@orange.com>
14 files changed:
tests/sample_configs/openroadm/2.2.1/oper-ROADMA.xml
tests/sample_configs/openroadm/2.2.1/oper-XPDRA.xml
tests/transportpce_tests/1.2.1/test_end2end.py [moved from tests/transportpce_tests/test_end2end.py with 100% similarity]
tests/transportpce_tests/1.2.1/test_olm.py [moved from tests/transportpce_tests/test_olm.py with 100% similarity]
tests/transportpce_tests/1.2.1/test_pce.py [moved from tests/transportpce_tests/test_pce.py with 100% similarity]
tests/transportpce_tests/1.2.1/test_portmapping.py [moved from tests/transportpce_tests/test_portmapping.py with 100% similarity]
tests/transportpce_tests/1.2.1/test_renderer_service_path_nominal.py [moved from tests/transportpce_tests/test_renderer_service_path_nominal.py with 100% similarity]
tests/transportpce_tests/1.2.1/test_topoPortMapping.py [moved from tests/transportpce_tests/test_topoPortMapping.py with 100% similarity]
tests/transportpce_tests/1.2.1/test_topology.py [moved from tests/transportpce_tests/test_topology.py with 100% similarity]
tests/transportpce_tests/2.2.1/test_olm.py [new file with mode: 0644]
tests/transportpce_tests/2.2.1/test_portmapping.py [new file with mode: 0644]
tests/transportpce_tests/2.2.1/test_renderer_service_path_nominal.py [new file with mode: 0644]
tests/transportpce_tests/2.2.1/test_topology.py [new file with mode: 0644]
tox.ini