Tidied new and updated test suites
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / 3-node / gbp1 / 002_wait_flows.robot
index 41b0e94982e87775c75ac73de17ccbb4397b3944..7172ab668f52823914fcc43a20004a790c90b9c4 100755 (executable)
@@ -7,18 +7,15 @@ Resource          ../../../../../libraries/GBP/OpenFlowUtils.robot
 Variables         ../../../../../variables/Variables.py
 Resource          ../Variables.robot
 
-
 *** Variables ***
-${timeout} =     10s
-
+${timeout}        10s
 
 *** Testcases ***
-
 Wait For Flows
     Sleep    30s
-    ${passed} =  Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch  ${GBP1}  sw1
+    ${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!
-    ${passed} =  Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch  ${GBP2}  sw2
+    ${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!
-    ${passed} =  Run Keyword And Return Status    OpenFlowUtils.Wait For Flows On Switch  ${GBP3}  sw3
+    ${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!