Fix tapi get-topology-details functional test 69/98969/1
authorerrea <errea@eurecom.fr>
Fri, 19 Nov 2021 16:12:29 +0000 (17:12 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Tue, 14 Dec 2021 08:05:14 +0000 (09:05 +0100)
commit4c5eb31bb56471bc2d97e47236607a0c0eaabfb7
tree6a103ba628ac5f1f483c2dd595c8d8e1e7ee45a0
parentf7cb983978f7ff039e0202c4070a9098ec53a7b8
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