Update Robot Framework format - step 7
[integration/test.git] / csit / suites / groupbasedpolicy / GBPSFC / 6-node / demo-symmetric-chain / 005_wait_for_connections.robot
1 *** Settings ***
2 Documentation       Waiting for manager and switch connections.
3
4 Library             SSHLibrary
5 Resource            ../../../../../libraries/GBP/ConnUtils.robot
6 Resource            ../../../../../libraries/GBP/OpenFlowUtils.robot
7 Resource            ../Variables.robot
8 Resource            ../Connections.robot
9
10 Suite Setup         Start Connections
11 Suite Teardown      Close Connections
12
13
14 *** Test Cases ***
15 Wait For Manager Connected on GBPSFC2
16     Switch Connection    GPSFC2_CONNECTION
17     Wait Until Keyword Succeeds    2 min    3s    Manager is Connected
18
19 Wait For Manager Connected on GBPSFC4
20     Switch Connection    GPSFC4_CONNECTION
21     Wait Until Keyword Succeeds    4x    5s    Manager is Connected