From 41ab5e5d779bf4db7027259041997fa9770cbbe3 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Wed, 8 Aug 2018 14:24:23 -0500 Subject: Fix for SDC Distribution w/o VSP Certify Issue-ID: INT-609 Change-Id: I3e476229f8b60b763c05b048f5c31df0b8893439 Signed-off-by: Brian Freeman --- robot/resources/test_templates/vnf_orchestration_test_template.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources/test_templates/vnf_orchestration_test_template.robot') diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index bca5c5af..53d56962 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -42,7 +42,7 @@ ${SERVICE_INSTANCE_ID} *** Keywords *** Orchestrate VNF Template [Documentation] Use openECOMP to Orchestrate a service. - [Arguments] ${customer_name} ${service} ${product_family} ${tenant} ${delete_flag}='DELETE' + [Arguments] ${customer_name} ${service} ${product_family} ${tenant} ${delete_flag}=DELETE Orchestrate VNF ${customer_name} ${service} ${product_family} ${tenant} Run Keyword If '${delete_flag}' == 'DELETE' Delete VNF -- cgit 1.2.3-korg