Fix tapi get-topology-details functional test 21/98621/11
authorerrea <errea@eurecom.fr>
Fri, 19 Nov 2021 16:12:29 +0000 (17:12 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 9 Dec 2021 08:45:04 +0000 (09:45 +0100)
commit9a56bf61db2ac2307f282f54eda53732630a664c
tree37bf28654986f1e2c4bcf01241691971d7d945b8
parentc79474dfcc9b0ab8c38746daa08b692aadc3839b
Fix tapi get-topology-details functional test

- Replace databroker with networkTransactionService in
  R2RTapiLinkDiscovery
- Add specific LOG message to enable tapi tests to
  know when the device has been successfully connected
  and translated in the TAPI topology
- Add connect_xpdr_to_rdm_tapi_request and mount_tapi_device
  tests in test_utils which will be called from
  test12_tapi_full_multi_layer

JIRA: TRNSPRTPCE-553
Signed-off-by: errea <errea@eurecom.fr>
Change-Id: Iff6811d19861521733de1667c49ba4793fa35b2c
lighty/src/main/java/io/lighty/controllers/tpce/module/TransportPCEImpl.java
tapi/src/main/java/org/opendaylight/transportpce/tapi/R2RTapiLinkDiscovery.java
tapi/src/main/java/org/opendaylight/transportpce/tapi/topology/TapiNetworkModelServiceImpl.java
tapi/src/main/resources/OSGI-INF/blueprint/tapi-blueprint.xml
tests/transportpce_tests/2.2.1/test13_tapi_full_multi_layer.py
tests/transportpce_tests/common/test_utils.py