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