aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/cds.robot
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2018-09-18 10:51:22 -0400
committerYang Xu <yang.xu3@huawei.com>2018-09-18 12:01:24 -0400
commitb49dba16c3f8e87dd73654dc61348b799278d754 (patch)
treeba543d2ccdfac97cc4de178472458d21971ed197 /robot/testsuites/cds.robot
parentbb2dcb77e208a324ee9a53889e3a6445f66e2232 (diff)
Robot script triggering SO Macro for vFW use case
Change-Id: I1944e3fa5f20091d7f6f7b58673f2ef5e51a3fe4 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'robot/testsuites/cds.robot')
-rw-r--r--robot/testsuites/cds.robot12
1 files changed, 12 insertions, 0 deletions
diff --git a/robot/testsuites/cds.robot b/robot/testsuites/cds.robot
new file mode 100644
index 00000000..1cf7cbfd
--- /dev/null
+++ b/robot/testsuites/cds.robot
@@ -0,0 +1,12 @@
+*** Settings ***
+Documentation Executes the VNF Orchestration with CDS Test cases including setup and teardown
+...
+
+Resource ../resources/test_templates/vnf_orchestration_with_cds_test_template.robot
+
+Test Template Orchestrate VNF With CDS Template
+
+*** Test Cases *** CUSTOMER SERVICE PRODUCT_FAMILY TENANT
+Instantiate Virtual vFW With CDS ETE_Customer vFW vFW ${TENANT_NAME}
+ [Tags] cds
+