From: hanybaki Date: Mon, 14 Oct 2019 15:43:47 +0000 (+0200) Subject: Update Blueprint Template name X-Git-Tag: 1.6.0~50 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3bee75efcca9430667affeb0c5db4f71a56862dd;p=testsuite.git Update Blueprint Template name Issue-ID: TEST-224 Signed-off-by: hanybaki Change-Id: I387c88f918716db41d855b84c454f4e27599fec4 --- 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}