Update Blueprint Template name 02/97102/1
authorhanybaki <habdelbaki.ext@orange.com>
Mon, 14 Oct 2019 15:43:47 +0000 (17:43 +0200)
committerhanybaki <habdelbaki.ext@orange.com>
Tue, 15 Oct 2019 08:13:24 +0000 (10:13 +0200)
Issue-ID: TEST-224
Signed-off-by: hanybaki <habdelbaki.ext@orange.com>
Change-Id: I387c88f918716db41d855b84c454f4e27599fec4

robot/resources/sdc_interface.robot

index 4cedcd2..3c3b3a4 100644 (file)
@@ -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}