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