aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/test_templates/vnf_orchestration_test_template.robot
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-08-08 14:24:23 -0500
committerBrian Freeman <bf1936@att.com>2018-08-08 14:24:32 -0500
commit41ab5e5d779bf4db7027259041997fa9770cbbe3 (patch)
treec3c69a6f91cbd3181a73f63cd61f37a5ea6930cb /robot/resources/test_templates/vnf_orchestration_test_template.robot
parent4d80cb77e6e4f002ce9103e56b6ba23340ae0375 (diff)
Fix for SDC Distribution w/o VSP Certifyv1.3.0
Issue-ID: INT-609 Change-Id: I3e476229f8b60b763c05b048f5c31df0b8893439 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/test_templates/vnf_orchestration_test_template.robot')
-rw-r--r--robot/resources/test_templates/vnf_orchestration_test_template.robot2
1 files changed, 1 insertions, 1 deletions
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