blob: 48f3964cf55c79d57613d82b65f88909803ed0b1 [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
jf986099c63292017-03-09 15:28:42 -05007Test Setup Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone
DR695Hccff30b2017-02-17 18:44:24 -05008Test Template Orchestrate VNF
jf986099c63292017-03-09 15:28:42 -05009Test Teardown Teardown VNF
10
11*** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY TENANT
12Instantiate Virtual Firewall ETE_Customer vFW vFW ${TENANT_NAME}
DR695Hccff30b2017-02-17 18:44:24 -050013 [Tags] ete instantiate
jf986099c63292017-03-09 15:28:42 -050014Instantiate Virtual DNS ETE_Customer vLB vLB ${TENANT_NAME}
DR695Hccff30b2017-02-17 18:44:24 -050015 [Tags] ete instantiate
jf986099c63292017-03-09 15:28:42 -050016Instantiate Virtual Volume Group ETE_Customer vVG vVG ${TENANT_NAME}
DR695Hccff30b2017-02-17 18:44:24 -050017 [Tags] ete instantiate
18
jf986099c63292017-03-09 15:28:42 -050019
DR695Hccff30b2017-02-17 18:44:24 -050020
21
22