Tidied updated tests.
[integration/test.git] / csit / suites / groupbasedpolicy / GBPSFC / 6-node / demo-symmetric-chain / 015_wait_for_flows.robot
1 *** Settings ***
2 Documentation     Documentation Waiting for flows to appear on switches.
3 Suite Setup       Start Connections
4 Suite Teardown    Close Connections
5 Library           SSHLibrary
6 Resource          ../../../../../libraries/Utils.robot
7 Resource          ../../../../../libraries/GBP/ConnUtils.robot
8 Resource          ../../../../../libraries/GBP/DockerUtils.robot
9 Resource          ../../../../../libraries/GBP/OpenFlowUtils.robot
10 Variables         ../../../../../variables/Variables.py
11 Resource          ../Variables.robot
12 Resource          ../Connections.robot
13
14 *** Testcases ***
15 Wait For Flows on GBPSFC1
16     [Documentation]    Waiting for flows to appear on OVS switch.
17     Switch Connection    GPSFC1_CONNECTION
18     Wait For Flows On Switch    ${GBPSFC1}    sw1
19
20 Wait For Flows on GBPSFC2
21     [Documentation]    Waiting for flows to appear on OVS switch.
22     Switch Connection    GPSFC2_CONNECTION
23     Wait For Flows On Switch    ${GBPSFC2}    sw2
24
25 Wait For Flows on GBPSFC3
26     [Documentation]    Waiting for flows to appear on OVS switch.
27     Switch Connection    GPSFC3_CONNECTION
28     Wait For Flows On Switch    ${GBPSFC3}    sw3
29
30 Wait For Flows on GBPSFC4
31     [Documentation]    Waiting for flows to appear on OVS switch.
32     Switch Connection    GPSFC4_CONNECTION
33     Wait For Flows On Switch    ${GBPSFC4}    sw4
34
35 Wait For Flows on GBPSFC5
36     [Documentation]    Waiting for flows to appear on OVS switch.
37     Switch Connection    GPSFC5_CONNECTION
38     Wait For Flows On Switch    ${GBPSFC5}    sw5
39
40 Wait For Flows on GBPSFC6
41     [Documentation]    Waiting for flows to appear on OVS switch.
42     Switch Connection    GPSFC6_CONNECTION
43     Wait For Flows On Switch    ${GBPSFC6}    sw6