Add more commands to completely cleanup the OVS instance.
authorGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Thu, 25 Jun 2015 20:54:38 +0000 (16:54 -0400)
committerGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Tue, 30 Jun 2015 16:25:42 +0000 (12:25 -0400)
Change-Id: I4c05640f40355cb05468fc528a0b2dd5b64e1613
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
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