diff options
author | hanybaki <habdelbaki.ext@orange.com> | 2019-10-14 17:43:47 +0200 |
---|---|---|
committer | hanybaki <habdelbaki.ext@orange.com> | 2019-10-15 10:13:24 +0200 |
commit | 3bee75efcca9430667affeb0c5db4f71a56862dd (patch) | |
tree | ffe746213df90354c71e26f86727dfe7fa7b7bf6 | |
parent | 3cef788d6290eb4baf5ca72d36f3f8a1189f515e (diff) |
Update Blueprint Template name
Issue-ID: TEST-224
Signed-off-by: hanybaki <habdelbaki.ext@orange.com>
Change-Id: I387c88f918716db41d855b84c454f4e27599fec4
-rw-r--r-- | robot/resources/sdc_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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} |