X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FDataModels.robot;h=ba89d376ff86bda5b564cb157929a8a41ad2858c;hb=893cc11b400c1ed899afedf7273378aec7a490a9;hp=8fd31060d9f2132979d4a9b49a9a55a6cc4ab62a;hpb=74118d72dc6afa94da9b915069641a54bc18a2d9;p=integration%2Ftest.git diff --git a/csit/libraries/DataModels.robot b/csit/libraries/DataModels.robot index 8fd31060d9..ba89d376ff 100644 --- a/csit/libraries/DataModels.robot +++ b/csit/libraries/DataModels.robot @@ -2,6 +2,7 @@ Documentation Library to deal with mdsal data models. Initially, as a common place to show and ... debug a list of data models. Library RequestsLibrary +Resource ../variables/netvirt/Variables.robot *** Variables *** @{internal_data_models} ${EMPTY} @@ -24,7 +25,7 @@ Get Model Dump Verify No Ingress Dispatcher Non-Default Flow Entries [Arguments] ${ovs_ip} [Documentation] Verify the ingress dispatcher table has no non-default flows after neutron was cleaned up - ${flow_output}= Run Command On Remote System ${ovs_ip} sudo ovs-ofctl -O OpenFlow13 dump-flows br-int table=${DISPATCHER_TABLE} | grep -v "priority=0" + ${flow_output}= Run Command On Remote System ${ovs_ip} 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