Tidied new and updated test suites
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / 3-node / gbp2-multitenant / 002_wait_flows.robot
index c0c57e3939a11298242433867be245940e7be317..8bf2a797e66cbc30d3b15100e3e69c6a9d1e06a2 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!