End-to-end functional tests 42/78542/9
authorGilles Thouenon <gilles.thouenon@orange.com>
Thu, 6 Dec 2018 08:46:42 +0000 (09:46 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Mon, 4 Feb 2019 15:26:31 +0000 (16:26 +0100)
commit1abb16171471827939d2a85fd163803a16c335a0
tree4c68576abce0633efa43c05d2d9d86885231f20d
parent045da9b463386be1f8e75d51bd0fde0626e53edf
End-to-end functional tests

- adapt ROADM configuration files of honeynode with ots-oms interfaces
and SRG3
- adapt XPDR configuration files of honeynode with addition of Network2
port for XPDRC and bug correction in config of XPDRA
- add a new functional test suite that check the whole TransportPCE
modules  (with basic checks of renderer, topology, pce and service
handler for 'service' and 'roadm-line' connection-type)
- adapt tox.ini consequently
- bugs corrections on the end-to-end test suite

NB: with current version of TransportPCE code, some tests may fail:
- test_15 with test_17 and test_18
- test_16
- test_22 with test_23 and test_24
- test_47

Change-Id: I725e9021f3a6e8da768218de60882079c4c9ef6e
JIRA: TRNSPRTPCE-54
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Co-authored-by: Christophe Betoule <christophe.betoule@orange.com>
tests/sample_configs/ord_2.1/oper-ROADMA-full.xml
tests/sample_configs/ord_2.1/oper-ROADMC-full.xml
tests/sample_configs/ord_2.1/oper-XPDRA.xml
tests/sample_configs/ord_2.1/oper-XPDRC.xml
tests/transportpce_tests/test_end2end.py [new file with mode: 0644]
tox.ini