aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/robot/testsuites/vnf-orchestration.robot
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/robot/robot/testsuites/vnf-orchestration.robot')
-rw-r--r--kubernetes/config/docker/init/src/config/robot/robot/testsuites/vnf-orchestration.robot22
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/config/docker/init/src/config/robot/robot/testsuites/vnf-orchestration.robot b/kubernetes/config/docker/init/src/config/robot/robot/testsuites/vnf-orchestration.robot
new file mode 100644
index 0000000000..48f3964cf5
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/robot/robot/testsuites/vnf-orchestration.robot
@@ -0,0 +1,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
+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
+
+
+
+
+