blob: 450b63fbc956f089bce7129905ec2ba2691a9ce0 [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
Jerry Flood8877bca2017-03-14 07:34:41 -04008Test Template Orchestrate VNF Template
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
Jerry Flood3a169a32017-12-01 12:39:10 -050018Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL ${TENANT_NAME}
DR695Hccff30b2017-02-17 18:44:24 -050019
jf986099c63292017-03-09 15:28:42 -050020
DR695Hccff30b2017-02-17 18:44:24 -050021
22
23