blob: 9e85da0fbf36b6fa71635e4ce7e92deac3df51ee [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001*** Settings ***
2Documentation Executes the VNF Orchestration Test cases including setup and teardown
3...
4
5Resource ../resources/test_templates/vnf_orchestration_test_template.robot
6
7Test Setup Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} ${GLOBAL_OPENSTACK_SERVICE_REGION} SharedNode OwnerType v1 CloudZone
8Test Template Orchestrate VNF
9Test Teardown Teardown VNF
10
11*** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY LCP_REGION TENANT
12Instantiate Virtual Firewall ETE_Customer vFW vFW ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME}
13 [Tags] ete instantiate
14Instantiate Virtual DNS ETE_Customer vLB vLB ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME}
15 [Tags] ete instantiate
16Instantiate Virtual Volume Group ETE_Customer vVG vVG ${GLOBAL_OPENSTACK_SERVICE_REGION} ${TENANT_NAME}
17 [Tags] ete instantiate
18
19
20
21
22