Fix service_name syntax 56/103456/1
authorBrian Freeman <bf1936@att.com>
Tue, 10 Mar 2020 15:49:03 +0000 (10:49 -0500)
committerBrian Freeman <bf1936@att.com>
Tue, 10 Mar 2020 15:50:07 +0000 (10:50 -0500)
Issue-ID: INT-1326
Change-Id: Ia8911d09cc8c3678b33f29494a04121fb17e2809
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/resources/test_templates/model_test_template.robot

index 49e3d3c..2ad85d8 100644 (file)
@@ -28,7 +28,7 @@ Model Distribution For Directory
     ${uuid}=    Get Current Date
     ${service_name}=    Catenate    ${service}    ${uuid}
     # ':' is not an allowed character in the service_name. '-' is allowed
-    S{service_name}=    Replace String    ${service_name}    :   -
+    ${service_name}=    Replace String    ${service_name}    :   -
     ${shortened_uuid}=     Evaluate    str("${service_name}")[:23]
     ${catalog_service_name}=   Set Variable If   '${catalog_service_name}' ==''   ${shortened_uuid}   ${catalog_service_name}
     Run Keyword If  '${resourceType}'=='PNF'  Create CSARSs in SDC Onboarding Packages Directory  ${directory_list}  ${ziplist}