prepare func tests for openroadm v2.2.1 support 84/82384/5
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 21 May 2019 15:47:50 +0000 (17:47 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 4 Jun 2019 13:06:54 +0000 (15:06 +0200)
commit166a4562d82e400ae1a2915d38ac6c8efeb8e56e
tree216efc0ffcfe04932d1e3d430e231dd495d65bd6
parentbf97c5d7191b53c5d0dfed1a1bc3461650d2b6a7
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