aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/closed-loop.robot
blob: c93df15ca8856b697d1fa7bac2fe440ea6e1df6b (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
25
26
*** Settings ***
Documentation   Closed Loop Test cases

Resource    ../resources/test_templates/closedloop_test_template.robot

Test Teardown    Teardown Closed Loop

*** 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 To Console    ${EMPTY}
    VFWCL High Test   ${PACKET_GENERATOR_HOST}
    VFWCL Low Test   ${PACKET_GENERATOR_HOST}
    [Teardown]    VFWCL Set To Medium    ${PACKET_GENERATOR_HOST}