Tidied updated tests.
[integration/test.git] / csit / suites / groupbasedpolicy / GBPSFC / 6-node / demo-symmetric-chain / 005_wait_for_connections.robot
index b76169e37bc61ed89444155eaa4b3662bed74010..944105675bcc7a6e2a75257bb4e3ef832b08c408 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  4x  5s    Manager is Connected
+    Wait Until Keyword Succeeds    4x    5s    Manager is Connected