From ecd132ed9a55f036dbb42b60a05d07342f6fdb3c Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 9 Feb 2016 22:21:31 -0800 Subject: [PATCH] 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 --- .../ovsdb/Southbound_Domain/040__Vxlan_Extension_Test.robot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.36.6