diff options
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/cds.robot | 12 | ||||
-rw-r--r-- | robot/testsuites/health-check.robot | 2 |
2 files changed, 13 insertions, 1 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 + diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 373fbeeb..8483780c 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -58,7 +58,7 @@ Basic DCAE Health Check Run DCAE Health Check Basic DMAAP Data Router Health Check - [Tags] health core + [Tags] health core datarouter Run DR Health Check Basic DMAAP Message Router Health Check |