From 0ccf9e324abf07067fd95bcb675df77f3a0016d9 Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 6 Aug 2019 17:28:56 -0400 Subject: clean up warnings Issue-ID: TEST-150 Change-Id: I5ea44cda77d2558c9afce9a4a60c4ed7da820eea Signed-off-by: DR695H --- robot/resources/sdc_interface.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'robot/resources/sdc_interface.robot') diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index 05173d22..4d5d4689 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -984,9 +984,9 @@ 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_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} + ... 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_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} Set Input Parameter -- cgit 1.2.3-korg