c4ee203c03eea0df3bf446c06b721ee3fa2c2bcf
[testsuite.git] / robot / testsuites / closed-loop.robot
1 *** Settings ***
2 Documentation     Closed Loop Test cases
3
4 Resource    ../resources/test_templates/closedloop_test_template.robot
5
6 *** Variables ***
7 ${PACKET_GENERATOR_HOST}
8
9 *** Test Cases ***
10 VFW Closed Loop Test
11     [TAGS]    closedloop    vfwcl
12     VFW Policy
13     
14 VDNS Closed Loop Test
15     [TAGS]    closedloop    vdnscl
16     VDNS Policy
17     
18 VFWCL Closed Loop Test
19     [TAGS]    vfwclosedloop
20     Log     ${EMPTY}
21     VFWCL High Test   ${PACKET_GENERATOR_HOST}
22     VFWCL Low Test   ${PACKET_GENERATOR_HOST}
23     [Teardown]  VFWCL Set To Medium    ${PACKET_GENERATOR_HOST}
24
25 VFWCL Repush Operation Policy
26     [TAGS]   repushpolicy
27     Undeploy Policy     operational.modifyconfig
28     Update vVFWCL Policy     ${MODEL_INVARIANT_ID}
29