X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FSFC%2FDockerSfc.robot;h=93b9bbe8f196501a02eed32c020c549c217164f8;hb=38c82b3551b9487be9f8d8ea73b91580a280df7f;hp=0d61e8cb8d9836cef608cd892195bd3b2c4ec5b5;hpb=d9125d158ec0bd2272bc74fcddb89c8fcfacf6ed;p=integration%2Ftest.git diff --git a/csit/libraries/SFC/DockerSfc.robot b/csit/libraries/SFC/DockerSfc.robot index 0d61e8cb8d..93b9bbe8f1 100755 --- a/csit/libraries/SFC/DockerSfc.robot +++ b/csit/libraries/SFC/DockerSfc.robot @@ -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