From: Chaudhry Muhammad Usama Date: Wed, 19 Aug 2015 19:03:20 +0000 (-0700) Subject: Added a small testcase to debug the issue with testcase failures X-Git-Tag: release/lithium-sr1~3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a008b9cc3f4c3feba169eb11aa858f392c3f7e0c;p=integration%2Ftest.git Added a small testcase to debug the issue with testcase failures Change-Id: I953d8916e9032bd6f6db6cb06f584b2a20457bbf Signed-off-by: Chaudhry Muhammad Usama --- diff --git a/test/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot b/test/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot index 86cfa0d2a8..bd3722b0f0 100644 --- a/test/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot +++ b/test/csit/suites/ovsdb/Southbound_Domain/010__configure_1_ovsdb_node.robot @@ -123,6 +123,12 @@ Get Operational Topology to make sure the connection has been deleted @{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