Tidied new and updated test suites
[integration/test.git] / csit / suites / groupbasedpolicy / GBPSFC / 6-node / demo-asymmetric-chain / 005_wait_for_connections.robot
index 5668be30a46c963e99061db714ea7b1d1c5ebb2f..2c90f060e389bf9e613918b8f71b0f0621f5ce35 100644 (file)
@@ -1,19 +1,18 @@
 *** Settings ***
 Documentation     Waiting for manager and switch connections.
+Suite Setup       Start Connections
+Suite Teardown    Close Connections
 Library           SSHLibrary
 Resource          ../../../../../libraries/GBP/ConnUtils.robot
 Resource          ../../../../../libraries/GBP/OpenFlowUtils.robot
 Resource          ../Variables.robot
 Resource          ../Connections.robot
-Suite Setup       Start Connections
-Suite Teardown    Close Connections
 
 *** Testcases ***
-
 Wait For Manager Connected on GBPSFC2
     Switch Connection    GPSFC2_CONNECTION
-    Wait Until Keyword Succeeds  2 min  3s    Manager is Connected
+    Wait Until Keyword Succeeds    2 min    3s    Manager is Connected
 
 Wait For Manager Connected on GBPSFC4
     Switch Connection    GPSFC4_CONNECTION
-    Wait Until Keyword Succeeds  2 min  3s    Manager is Connected
+    Wait Until Keyword Succeeds    2 min    3s    Manager is Connected