Add more commands to completely cleanup the OVS instance.
[integration/test.git] / test / csit / suites / ovsdb / Openstack_Neutron / 001__connection_manager.robot
index b5e22c68aa1b32a6d9c5fc66a06bffefe1e13565..f487211aaf49aef2a1364fc8508b2a912fc8325b 100644 (file)
@@ -34,6 +34,8 @@ ${PING_NOT_CONTAIN}    Destination Host Unreachable
 Make the OVS instance to listen for connection
     [Documentation]    Connect OVS to ODL
     [Tags]    OVSDB netvirt
+    Run Command On Remote System    ${MININET}    sudo ovs-vsctl --if-exists del-port br-int
+    Run Command On Remote System    ${MININET}    sudo ovs-vsctl --if-exists del-br br-int
     Run Command On Remote System    ${MININET}    sudo ovs-vsctl del-manager
     Run Command On Remote System    ${MININET}    sudo ovs-vsctl set-manager tcp:${CONTROLLER}:${OVSDB_PORT}
     ${output}    Run Command On Remote System    ${MININET}    sudo ovs-vsctl show