blob: 5e254b85f05c0ad7356628590ce97155432ff98f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
*** Settings ***
Documentation Executes the VNF Orchestration Test cases including setup and teardown
...
Resource ../resources/test_templates/vnf_orchestration_test_template.robot
Test Template Orchestrate VNF Template
*** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY
Instantiate Virtual DNS ETE_Customer vLB vLB
[Tags] instantiate stability72hr
Instantiate Virtual Volume Group ETE_Customer vVG vVG
[Tags] instantiate stability72hr
Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL
[Tags] instantiate stability72hr
Instantiate Virtual DNS No Delete ETE_Customer vLB vLB KEEP
[Tags] instantiateNoDelete
Instantiate Virtual FirewallCL No Delete ETE_Customer vFWCL vFWCL KEEP
[Tags] instantiateNoDelete
Instantiate Virtual Firewall ETE_Customer vFW vFW
|