From 3bee75efcca9430667affeb0c5db4f71a56862dd Mon Sep 17 00:00:00 2001 From: hanybaki Date: Mon, 14 Oct 2019 17:43:47 +0200 Subject: Update Blueprint Template name Issue-ID: TEST-224 Signed-off-by: hanybaki Change-Id: I387c88f918716db41d855b84c454f4e27599fec4 --- robot/resources/sdc_interface.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index 4cedcd2e..3c3b3a46 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -992,7 +992,7 @@ Add CDS Parameters @{inputs}= Copy List ${resp.json()['componentInstances'][0]['inputs']} :FOR ${input} IN @{inputs} \ Run Keyword If '${input['name']}' == "sdnc_artifact_name" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string vnf - ... ELSE IF '${input['name']}' == "sdnc_model_name" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string vlb_cds_test + ... ELSE IF '${input['name']}' == "sdnc_model_name" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string vLB_CDS ... ELSE IF '${input['name']}' == "sdnc_model_version" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string 1.0.0 ... ELSE IF '${input['name']}' == "skip_post_instantiation_configuration" Set Input Parameter ${service_uuid} ${component_uuid} ${input} boolean ${skip_post_instatiation} -- cgit 1.2.3-korg