diff options
author | Hany Abdelbaki <habdelbaki.ext@orange.com> | 2020-06-24 15:33:32 +0200 |
---|---|---|
committer | Yuriy Malakov <Yuriy.Malakov@att.com> | 2020-06-30 11:28:21 +0000 |
commit | 82b5782507d084926fcec62fd8af9666dda8f3d9 (patch) | |
tree | a03d62885092c72f85aedf098977463d537f2ed4 /robot/resources/sdc_interface.robot | |
parent | 2f825c423e59b36919a6e29f907932965497216a (diff) |
Some corrections for VLB CDS
Issue-ID: TEST-247
Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com>
Change-Id: Ib23970af35270bcc5ba6c76c7eaef98d967474e9
(cherry picked from commit 322ffdb2c9258a8907ebee6fe05d73ae94f9601e)
Diffstat (limited to 'robot/resources/sdc_interface.robot')
-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 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} |