diff options
author | Brian Freeman <bf1936@att.com> | 2018-08-08 14:24:23 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-08-08 14:24:32 -0500 |
commit | 41ab5e5d779bf4db7027259041997fa9770cbbe3 (patch) | |
tree | c3c69a6f91cbd3181a73f63cd61f37a5ea6930cb /robot/resources/test_templates | |
parent | 4d80cb77e6e4f002ce9103e56b6ba23340ae0375 (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')
-rw-r--r-- | robot/resources/test_templates/vnf_orchestration_test_template.robot | 2 |
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 |