Brian Freeman | 059963c | 2019-10-24 09:55:40 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Executes the VNF Orchestration Test cases using GRA API including setup and teardown |
| 3 | ... |
| 4 | |
| 5 | Resource ../resources/test_templates/vnf_orchestration_test_template.robot |
| 6 | |
| 7 | Test Template Orchestrate VNF Template |
| 8 | |
| 9 | *** Variables *** |
| 10 | ${API_TYPE} GRA_API |
| 11 | |
| 12 | *** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY |
| 13 | |
| 14 | Instantiate Virtual DNS GRA ETE_Customer vLB vLB |
Brian Freeman | a68b17b | 2020-05-20 14:51:37 -0500 | [diff] [blame] | 15 | [Tags] instantiateGRA instantiate stability72hr stability72hrvLB |
Brian Freeman | 059963c | 2019-10-24 09:55:40 -0500 | [diff] [blame] | 16 | Instantiate Virtual Volume Group GRA ETE_Customer vVG vVG |
Brian Freeman | a68b17b | 2020-05-20 14:51:37 -0500 | [diff] [blame] | 17 | [Tags] instantiateGRA instantiate stability72hr stability72hrvVG |
Brian Freeman | 059963c | 2019-10-24 09:55:40 -0500 | [diff] [blame] | 18 | Instantiate Virtual FirewallCL GRA ETE_Customer vFWCL vFWCL |
Brian Freeman | a68b17b | 2020-05-20 14:51:37 -0500 | [diff] [blame] | 19 | [Tags] instantiateGRA instantiate stability72hr stability72hrvFWCL |
| 20 | Instantiate Virtual DNS GRA No Delete ETE_Customer vLB vLB KEEP |
| 21 | [Tags] instantiateNoDelete instantiateNoDeleteVLB |
| 22 | Instantiate Virtual FirewallCL GRA No Delete ETE_Customer vFWCL vFWCL KEEP |
| 23 | [Tags] instantiateNoDelete instantiateNoDeleteVFWCL |