Migrate BgpOperations.robot
[integration/test.git] / csit / libraries / DataModels.robot
index 57ed07d2daf53413d7dfa08d71ed551fae268225..3b8994a1c9bede0ab14758394d108c97181e5afc 100644 (file)
@@ -3,11 +3,12 @@ Documentation       Library to deal with mdsal data models. Initially, as a comm
 ...                 debug a list of data models.
 
 Library             RequestsLibrary
-Resource            ../variables/netvirt/Variables.robot
 
 
 *** Variables ***
 @{internal_data_models}     ${EMPTY}
+${DISPATCHER_TABLE}         17
+${INTEGRATION_BRIDGE}       br-int
 
 
 *** Keywords ***
@@ -40,9 +41,3 @@ Verify No Ingress Dispatcher Non-Default Flow Entries
     ...    sudo ovs-ofctl -O OpenFlow13 dump-flows ${INTEGRATION_BRIDGE} table=${DISPATCHER_TABLE} | grep -v "priority=0"
     Log    ${flow_output}
     #Should Not Contain    ${flow_output}    table=${DISPATCHER_TABLE} # Skipping test verification until bug 7451 is resolved
-
-Verify Flows Are Cleaned Up On All OpenStack Nodes
-    [Documentation]    Verify flows are cleaned up from all OpenStack nodes
-    FOR    ${ip}    IN    @{OS_ALL_IPS}
-        Run Keyword And Continue On Failure    Verify No Ingress Dispatcher Non-Default Flow Entries    ${ip}
-    END