aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/sdc_interface.robot
diff options
context:
space:
mode:
authorHany Abdelbaki <habdelbaki.ext@orange.com>2020-06-24 15:33:32 +0200
committerHany Abdelbaki <habdelbaki.ext@orange.com>2020-06-24 17:16:07 +0200
commit322ffdb2c9258a8907ebee6fe05d73ae94f9601e (patch)
tree412d0aa3b18a6711e9ac4c685fe3c3c03e20e4d4 /robot/resources/sdc_interface.robot
parentef0d3af475328e6047f3c89e672202b8d15c6cf3 (diff)
Some corrections for VLB CDS
Issue-ID: TEST-247 Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com> Change-Id: Ib23970af35270bcc5ba6c76c7eaef98d967474e9
Diffstat (limited to 'robot/resources/sdc_interface.robot')
-rw-r--r--robot/resources/sdc_interface.robot2
1 files changed, 1 insertions, 1 deletions
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}