From 644ca6a36498c72e93977413529500fdf1c72eea Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Wed, 1 Aug 2018 14:17:23 -0500 Subject: Create test case for No Delete Issue-ID: INT-608 Change-Id: I22d3112ca8a17a6ec8f62e4899cf876e32dcfea7 Signed-off-by: Brian Freeman --- robot/resources/test_templates/vnf_orchestration_test_template.robot | 4 ++-- robot/testsuites/vnf-orchestration.robot | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'robot') diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index ae0ba021..bca5c5af 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -42,9 +42,9 @@ ${SERVICE_INSTANCE_ID} *** Keywords *** Orchestrate VNF Template [Documentation] Use openECOMP to Orchestrate a service. - [Arguments] ${customer_name} ${service} ${product_family} ${tenant} + [Arguments] ${customer_name} ${service} ${product_family} ${tenant} ${delete_flag}='DELETE' Orchestrate VNF ${customer_name} ${service} ${product_family} ${tenant} - Delete VNF + Run Keyword If '${delete_flag}' == 'DELETE' Delete VNF Orchestrate VNF [Documentation] Use openECOMP to Orchestrate a service. diff --git a/robot/testsuites/vnf-orchestration.robot b/robot/testsuites/vnf-orchestration.robot index 55b027ec..57e6e995 100644 --- a/robot/testsuites/vnf-orchestration.robot +++ b/robot/testsuites/vnf-orchestration.robot @@ -15,6 +15,10 @@ Instantiate Virtual Volume Group ETE_Customer vVG vVG ${T [Tags] ete instantiate stability72hr Instantiate Virtual FirewallCL ETE_Customer vFWCL vFWCL ${TENANT_NAME} [Tags] ete instantiate stability72hr +Instantiate Virtual DNS No Delete ETE_Customer vLB vLB ${TENANT_NAME} KEEP + [Tags] instantiateNoDelete +Instantiate Virtual FirewallCL No Delete ETE_Customer vFWCL vFWCL ${TENANT_NAME} KEEP + [Tags] instantiateNoDelete Instantiate Virtual Firewall ETE_Customer vFW vFW ${TENANT_NAME} -- cgit 1.2.3-korg