From: Jamo Luhrsen Date: Wed, 10 Feb 2016 06:21:31 +0000 (-0800) Subject: adding steps to delete bridges in suite cleanup. X-Git-Tag: release/beryllium-sr1~111 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ecd132ed9a55f036dbb42b60a05d07342f6fdb3c;hp=000ac48e034a10fb1da18ce9bb3b9eb9347c30f2;p=integration%2Ftest.git adding steps to delete bridges in suite cleanup. - suite was deleting root ovsdb nodes as part of cleanup but the bridges created during the test were left over and causing a false failure in the following suite Change-Id: I1ad9ce5f63706f22cab685379e6ae06de50986f8 Signed-off-by: Jamo Luhrsen --- diff --git a/csit/suites/ovsdb/Southbound_Domain/040__Vxlan_Extension_Test.robot b/csit/suites/ovsdb/Southbound_Domain/040__Vxlan_Extension_Test.robot index 48e23a850a..22b539015c 100644 --- a/csit/suites/ovsdb/Southbound_Domain/040__Vxlan_Extension_Test.robot +++ b/csit/suites/ovsdb/Southbound_Domain/040__Vxlan_Extension_Test.robot @@ -109,10 +109,12 @@ Vxlan Extension Test Suite Setup Vxlan Extension Test Suite Teardown [Documentation] Cleans up test environment, close existing sessions. + Delete Bridge From Ovsdb Node ${TOOLS_SYSTEM_IP} s2 + Delete Bridge From Ovsdb Node ${TOOLS_SYSTEM_2_IP} s1 + Disconnect From Ovsdb Node ${TOOLS_SYSTEM_IP} + Disconnect From Ovsdb Node ${TOOLS_SYSTEM_2_IP} Clean OVSDB Test Environment ${TOOLS_SYSTEM_IP} Clean OVSDB Test Environment ${TOOLS_SYSTEM_2_IP} - RequestsLibrary.Delete Request session ${CONFIG_TOPO_API}/topology/ovsdb:1/node/ovsdb:%2F%2F${TOOLS_SYSTEM_IP}:${OVSDB_PORT} - RequestsLibrary.Delete Request session ${CONFIG_TOPO_API}/topology/ovsdb:1/node/ovsdb:%2F%2F${TOOLS_SYSTEM_2_IP}:${OVSDB_PORT} ${resp} RequestsLibrary.Get Request session ${CONFIG_TOPO_API} Log ${resp.content} Delete All Sessions