Append 3 more punt path protection TCs
[integration/test.git] / csit / libraries / SFC / DockerSfc.robot
index 0d61e8cb8d9836cef608cd892195bd3b2c4ec5b5..93b9bbe8f196501a02eed32c020c549c217164f8 100755 (executable)
@@ -1,5 +1,6 @@
 *** Settings ***
 Library           SSHLibrary
+Resource          ../../variables/netvirt/Variables.robot
 
 *** Variables ***
 
@@ -63,7 +64,7 @@ Multiple Docker Exec
 
 Get Flows In Docker Containers
     ${docker_list}=    DockerSfc.Get Docker Names As List
-    ${docker_flows}    DockerSfc.Multiple Docker Exec    ${docker_list}    ovs-ofctl dump-flows -OOpenflow13 br-int    OFPST_FLOW
+    ${docker_flows}    DockerSfc.Multiple Docker Exec    ${docker_list}    ovs-ofctl dump-flows -OOpenflow13 ${INTEGRATION_BRIDGE}    OFPST_FLOW
     [Return]    ${docker_flows}
 
 Get Docker Bridge Subnet