X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fgroupbasedpolicy%2FGBP%2F3-node%2Fgbp2-multitenant%2F002_wait_flows.robot;fp=csit%2Fsuites%2Fgroupbasedpolicy%2FGBP%2F3-node%2Fgbp2-multitenant%2F002_wait_flows.robot;h=e715817c06975f62d5f3a6c5cace1d0966751a5e;hb=9f43fd9fabb460318c0950d59cfc032ec0e42fda;hp=37019c603f3043fed4d35f2fb34c4386caf10a1b;hpb=4b2f0074adbfe9816444cafb6476e2ea7ef634f4;p=integration%2Ftest.git diff --git a/csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/002_wait_flows.robot b/csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/002_wait_flows.robot index 37019c603f..e715817c06 100644 --- a/csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/002_wait_flows.robot +++ b/csit/suites/groupbasedpolicy/GBP/3-node/gbp2-multitenant/002_wait_flows.robot @@ -14,8 +14,8 @@ ${timeout} 10s Wait For Flows Sleep 30s ${passed} = Run Keyword And Return Status OpenFlowUtils.Wait For Flows On Switch ${GBP1} sw1 - Run Keyword Unless ${passed} Fatal Error Flows not created on sw1! + Run Keyword If not ${passed} Fatal Error Flows not created on sw1! ${passed} = Run Keyword And Return Status OpenFlowUtils.Wait For Flows On Switch ${GBP2} sw2 - Run Keyword Unless ${passed} Fatal Error Flows not created on sw2! + Run Keyword If not ${passed} Fatal Error Flows not created on sw2! ${passed} = Run Keyword And Return Status OpenFlowUtils.Wait For Flows On Switch ${GBP3} sw3 - Run Keyword Unless ${passed} Fatal Error Flows not created on sw3! + Run Keyword If not ${passed} Fatal Error Flows not created on sw3!