blob: 2c340a397c44fc9ea886b1f204f27c0dc5d22502 [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
jf986099c63292017-03-09 15:28:42 -050012Instantiate Virtual DNS ETE_Customer vLB vLB ${TENANT_NAME}
DR695Hccff30b2017-02-17 18:44:24 -050013 [Tags] ete instantiate
jf986099c63292017-03-09 15:28:42 -050014Instantiate Virtual Volume Group ETE_Customer vVG vVG ${TENANT_NAME}
DR695Hccff30b2017-02-17 18:44:24 -050015 [Tags] ete instantiate
Jerry Flood3a169a32017-12-01 12:39:10 -050016Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL ${TENANT_NAME}
Jerry Flood9cfbec82017-12-06 11:33:09 -050017 [Tags] ete instantiate
18Instantiate Virtual Firewall ETE_Customer vFW vFW ${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