Change-Id: I953d8916e9032bd6f6db6cb06f584b2a20457bbf
Signed-off-by: Chaudhry Muhammad Usama <chaudhryusama@gmail.com>
@{list} Create List ovsdb://${MININET}:${OVSDB_PORT}
Wait Until Keyword Succeeds 8s 2s Check For Elements Not At URI ${OPERATIONAL_TOPO_API} ${list}
+Get Configuration Topology to make sure the connection has been deleted
+ [Documentation] This request will fetch the configuration topology from the connected OVSDB nodes
+ [Tags] Southbound
+ @{list} Create List ovsdb://${MININET}:${OVSDB_PORT}
+ Wait Until Keyword Succeeds 8s 2s Check For Elements Not At URI ${CONFIG_TOPO_API} ${node_list}
+
Reconnect to OVSDB Node
[Documentation] Initiate the connection to OVSDB node from controller
[Tags] Southbound