diff options
author | Brian Freeman <bf1936@att.com> | 2020-03-10 10:49:03 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-03-10 10:50:07 -0500 |
commit | 7347b7a8e6ba47ed9ccaeca4889d022bd2c12c7c (patch) | |
tree | 8c5d29bd5e6e7daea286c36e6d8672928da4fc74 /robot/resources/test_templates | |
parent | 4c4872c6ad56e95e53dbf4600465f84e1f2e4fa1 (diff) |
Fix service_name syntax
Issue-ID: INT-1326
Change-Id: Ia8911d09cc8c3678b33f29494a04121fb17e2809
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/test_templates')
-rw-r--r-- | robot/resources/test_templates/model_test_template.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/test_templates/model_test_template.robot b/robot/resources/test_templates/model_test_template.robot index 49e3d3cc..2ad85d83 100644 --- a/robot/resources/test_templates/model_test_template.robot +++ b/robot/resources/test_templates/model_test_template.robot @@ -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} |