diff options
author | 2017-12-08 19:58:20 -0500 | |
---|---|---|
committer | 2017-12-08 19:58:34 -0500 | |
commit | b74b2d957d09b15ea75b3ddccc84293a26c213bb (patch) | |
tree | d84160fc9cfc5ea736cdf507a8c99f28fe4ce1b7 /robot/testsuites | |
parent | e31a7f33d74ea5080db331280381cfcbce975b37 (diff) |
Enable generic-vnf-name = host name
Issue-ID: TEST-72
Change-Id: I20b684725ba2b4dffbb063584f3f6dbf8b5ca528
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/demo.robot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 56b06978..d0063d73 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -16,6 +16,13 @@ ${HB_SERVICE} *** Test Cases *** +Jerry + ${uuid}= Generate UUID + ${shortuuid}= Catenate ${uuid} + ${shortuuid}= Replace String ${shortuuid} - ${SPACE} + ${shortuuid}= Get Substring ${shortuuid} -8 + Log ${shortuuid} + Initialize Customer And Models [Tags] InitDemo Load Customer And Models Demonstration |