From 322ffdb2c9258a8907ebee6fe05d73ae94f9601e Mon Sep 17 00:00:00 2001 From: Hany Abdelbaki Date: Wed, 24 Jun 2020 15:33:32 +0200 Subject: Some corrections for VLB CDS Issue-ID: TEST-247 Signed-off-by: Hany Abdelbaki Change-Id: Ib23970af35270bcc5ba6c76c7eaef98d967474e9 --- robot/resources/sdc_interface.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources/sdc_interface.robot') diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index 3382f648..a760e7aa 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -948,7 +948,7 @@ Add CDS Parameters ... 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} - + ... ELSE IF '${input['name']}' == "controller_actor" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string CDS Set Input Parameter [Arguments] ${service_uuid} ${component_uuid} ${input} ${input_type} ${input_value} -- cgit 1.2.3-korg