DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Closed Loop Test cases |
| 3 | |
| 4 | Resource ../resources/test_templates/closedloop_test_template.robot |
| 5 | |
DR695H | adbb844 | 2019-06-14 12:22:03 -0400 | [diff] [blame] | 6 | *** Variables *** |
| 7 | ${PACKET_GENERATOR_HOST} |
| 8 | |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 9 | *** Test Cases *** |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 10 | VFW Closed Loop Test |
Gary Wu | 5128e40 | 2019-04-04 11:29:37 -0700 | [diff] [blame] | 11 | [TAGS] closedloop vfwcl |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 12 | VFW Policy |
mrichomme | 3256fa2 | 2020-03-09 11:23:35 +0100 | [diff] [blame] | 13 | |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 14 | VDNS Closed Loop Test |
Gary Wu | 5128e40 | 2019-04-04 11:29:37 -0700 | [diff] [blame] | 15 | [TAGS] closedloop vdnscl |
Gary Wu | 76bc74f | 2018-03-22 13:25:49 -0700 | [diff] [blame] | 16 | VDNS Policy |
mrichomme | 3256fa2 | 2020-03-09 11:23:35 +0100 | [diff] [blame] | 17 | |
Brian Freeman | 20f11e4 | 2018-07-26 13:55:28 -0500 | [diff] [blame] | 18 | VFWCL Closed Loop Test |
| 19 | [TAGS] vfwclosedloop |
DR695H | 8e7028b | 2019-07-10 10:13:58 -0400 | [diff] [blame] | 20 | Log ${EMPTY} |
DR695H | adbb844 | 2019-06-14 12:22:03 -0400 | [diff] [blame] | 21 | VFWCL High Test ${PACKET_GENERATOR_HOST} |
Brian Freeman | 64c8205 | 2020-12-08 09:14:37 -0500 | [diff] [blame] | 22 | Sleep 60 |
DR695H | adbb844 | 2019-06-14 12:22:03 -0400 | [diff] [blame] | 23 | VFWCL Low Test ${PACKET_GENERATOR_HOST} |
Brian Freeman | 707604f | 2019-09-20 10:21:26 -0500 | [diff] [blame] | 24 | [Teardown] VFWCL Set To Medium ${PACKET_GENERATOR_HOST} |
| 25 | |
Brian Freeman | 64c8205 | 2020-12-08 09:14:37 -0500 | [diff] [blame] | 26 | VFWCL Repush Monitoring And Operational Policies |
Brian Freeman | e6c3d28 | 2019-09-30 14:20:02 -0500 | [diff] [blame] | 27 | [TAGS] repushpolicy |
Brian Freeman | 64c8205 | 2020-12-08 09:14:37 -0500 | [diff] [blame] | 28 | Validate the vFWCL Policy |
| 29 | Run Keyword And Ignore Error Run Undeploy vFW Monitoring Policy |
| 30 | Validate the vFWCL Policy |
mrichomme | d168a9a | 2020-12-16 10:24:33 +0100 | [diff] [blame] | 31 | Run Keyword And Ignore Error Run Undeploy Policy |
Brian Freeman | 64c8205 | 2020-12-08 09:14:37 -0500 | [diff] [blame] | 32 | Validate the vFWCL Policy |
Brian Freeman | 4e737eb | 2020-12-11 14:03:57 -0500 | [diff] [blame] | 33 | Run Keyword and Ignore Error Run Delete vFW Monitoring Policy |
| 34 | Validate the vFWCL Policy |
Brian Freeman | 64c8205 | 2020-12-08 09:14:37 -0500 | [diff] [blame] | 35 | Run Keyword And Ignore Error Run Delete vFW Operational Policy |
| 36 | Validate the vFWCL Policy |
Brian Freeman | e6c3d28 | 2019-09-30 14:20:02 -0500 | [diff] [blame] | 37 | Update vVFWCL Policy ${MODEL_INVARIANT_ID} |
Brian Freeman | 64c8205 | 2020-12-08 09:14:37 -0500 | [diff] [blame] | 38 | Validate the vFWCL Policy |