blob: 14cb14ad440eaf9e8e09f25e0b2deeae2f110a7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
*** Settings ***
Documentation Closed Loop Test cases
Resource ../resources/test_templates/closedloop_test_template.robot
Test Teardown Teardown Closed Loop
*** 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 ${pkg_host}
VFWCL Low Test ${pkg_host}
[Teardown] VFWCL Set To Medium ${pkg_host}
|