aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/closed-loop.robot
blob: 2fa501fc53316acaa90d1369cd1fb1de0aec5032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*** Settings ***
Documentation   Closed Loop Test cases

Resource    ../resources/test_templates/closedloop_test_template.robot

*** Variables ***
${PACKET_GENERATOR_HOST}

*** Test Cases ***
VFW Closed Loop Test
    [TAGS]    closedloop    vfwcl
    VFW Policy
    
VDNS Closed Loop Test
    [TAGS]    closedloop    vdnscl
    VDNS Policy
    
VFWCL Closed Loop Test
    [TAGS]    vfwclosedloop
    Log     ${EMPTY}
    VFWCL High Test   ${PACKET_GENERATOR_HOST}
    VFWCL Low Test   ${PACKET_GENERATOR_HOST}
    VFWCL Set To Medium    ${PACKET_GENERATOR_HOST}
    [Teardown]    Teardown Closed Loop   ${None}    ${None}    ${None}