6011f49384eef47ebb7576f6cb475f7d9e3e8d4b
[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 Library           SSHLibrary
4 Resource          ../../../../../libraries/Utils.robot
5 Resource          ../../../../../libraries/GBP/ConnUtils.robot
6 Resource          ../../../../../libraries/GBP/DockerUtils.robot
7 Resource          ../../../../../libraries/GBP/OpenFlowUtils.robot
8 Variables         ../../../../../variables/Variables.py
9 Resource          ../Variables.robot
10 Resource          ../Connections.robot
11 Suite Setup       Start Connections
12 Suite Teardown    Close Connections
13
14 *** Testcases ***
15
16 Wait For Flows on GBPSFC1
17     [Documentation]    Waiting for flows to appear on OVS switch.
18     Switch Connection    GPSFC1_CONNECTION
19     Wait For Flows On Switch    ${GBPSFC1}    sw1
20
21 Wait For Flows on GBPSFC2
22     [Documentation]    Waiting for flows to appear on OVS switch.
23     Switch Connection    GPSFC2_CONNECTION
24     Wait For Flows On Switch    ${GBPSFC2}    sw2
25
26 Wait For Flows on GBPSFC3
27     [Documentation]    Waiting for flows to appear on OVS switch.
28     Switch Connection    GPSFC3_CONNECTION
29     Wait For Flows On Switch    ${GBPSFC3}    sw3
30
31 Wait For Flows on GBPSFC4
32     [Documentation]    Waiting for flows to appear on OVS switch.
33     Switch Connection    GPSFC4_CONNECTION
34     Wait For Flows On Switch    ${GBPSFC4}    sw4
35
36 Wait For Flows on GBPSFC5
37     [Documentation]    Waiting for flows to appear on OVS switch.
38     Switch Connection    GPSFC5_CONNECTION
39     Wait For Flows On Switch    ${GBPSFC5}    sw5
40
41 Wait For Flows on GBPSFC6
42     [Documentation]    Waiting for flows to appear on OVS switch.
43     Switch Connection    GPSFC6_CONNECTION
44     Wait For Flows On Switch    ${GBPSFC6}    sw6
45