diff options
Diffstat (limited to 'robot/testsuites/demo.robot')
-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 |