aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'robot/testsuites')
-rw-r--r--robot/testsuites/demo.robot3
-rw-r--r--robot/testsuites/vnf-orchestration.robot5
2 files changed, 5 insertions, 3 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot
index 4c99f451..56b06978 100644
--- a/robot/testsuites/demo.robot
+++ b/robot/testsuites/demo.robot
@@ -8,6 +8,7 @@ Resource ../resources/demo_preload.robot
${VNF_NAME} DemoVNF
${MODULE_NAME} DemoModuleName
+${VNF_SERVICE} default
${HB_STACK}
${HB_SERVICE_INSTANCE_ID}
@@ -29,7 +30,7 @@ Initialize Models
Preload VNF
[Tags] PreloadDemo
- Preload User Model ${VNF_NAME} ${MODULE_NAME}
+ Preload User Model ${VNF_NAME} ${MODULE_NAME} ${VNF_SERVICE}
Create APPC Mount Point
[Tags] APPCMountPointDemo
diff --git a/robot/testsuites/vnf-orchestration.robot b/robot/testsuites/vnf-orchestration.robot
index d7ae16fa..2c340a39 100644
--- a/robot/testsuites/vnf-orchestration.robot
+++ b/robot/testsuites/vnf-orchestration.robot
@@ -9,12 +9,13 @@ 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
+Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL ${TENANT_NAME}
+ [Tags] ete instantiate
+Instantiate Virtual Firewall ETE_Customer vFW vFW ${TENANT_NAME}