DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Executes the VNF Orchestration Test cases including setup and teardown |
| 3 | ... |
| 4 | |
| 5 | Resource ../resources/test_templates/vnf_orchestration_test_template.robot |
| 6 | |
jf9860 | 99c6329 | 2017-03-09 15:28:42 -0500 | [diff] [blame^] | 7 | Test Setup Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 8 | Test Template Orchestrate VNF |
jf9860 | 99c6329 | 2017-03-09 15:28:42 -0500 | [diff] [blame^] | 9 | Test Teardown Teardown VNF |
| 10 | |
| 11 | *** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY TENANT |
| 12 | Instantiate Virtual Firewall ETE_Customer vFW vFW ${TENANT_NAME} |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 13 | [Tags] ete instantiate |
jf9860 | 99c6329 | 2017-03-09 15:28:42 -0500 | [diff] [blame^] | 14 | Instantiate Virtual DNS ETE_Customer vLB vLB ${TENANT_NAME} |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 15 | [Tags] ete instantiate |
jf9860 | 99c6329 | 2017-03-09 15:28:42 -0500 | [diff] [blame^] | 16 | Instantiate Virtual Volume Group ETE_Customer vVG vVG ${TENANT_NAME} |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 17 | [Tags] ete instantiate |
| 18 | |
jf9860 | 99c6329 | 2017-03-09 15:28:42 -0500 | [diff] [blame^] | 19 | |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 20 | |
| 21 | |
| 22 | |