blob: 57e6e995da8590022d9a74bcb17d44c2dba4f591 [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}
Brian Freeman5729c2d2018-05-13 23:14:32 -050013 [Tags] ete instantiate stability72hr
jf986099c63292017-03-09 15:28:42 -050014Instantiate Virtual Volume Group ETE_Customer vVG vVG ${TENANT_NAME}
Brian Freeman5729c2d2018-05-13 23:14:32 -050015 [Tags] ete instantiate stability72hr
Jerry Flood3a169a32017-12-01 12:39:10 -050016Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL ${TENANT_NAME}
Brian Freeman5729c2d2018-05-13 23:14:32 -050017 [Tags] ete instantiate stability72hr
Brian Freeman644ca6a2018-08-01 14:17:23 -050018Instantiate Virtual DNS No Delete ETE_Customer vLB vLB ${TENANT_NAME} KEEP
19 [Tags] instantiateNoDelete
20Instantiate Virtual FirewallCL No Delete ETE_Customer vFWCL vFWCL ${TENANT_NAME} KEEP
21 [Tags] instantiateNoDelete
Jerry Flood9cfbec82017-12-06 11:33:09 -050022Instantiate Virtual Firewall ETE_Customer vFW vFW ${TENANT_NAME}
DR695Hccff30b2017-02-17 18:44:24 -050023
jf986099c63292017-03-09 15:28:42 -050024
DR695Hccff30b2017-02-17 18:44:24 -050025
26
27