From 18872bc32103112ea6e1582dbb1c2764f99442f1 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 13 Jun 2019 16:16:52 -0400 Subject: move uuid to onaplib.utilities Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6 Issue-ID: TEST-158 Signed-off-by: DR695H --- robot/resources/portal-sdk/portalDef.robot | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'robot/resources/portal-sdk/portalDef.robot') diff --git a/robot/resources/portal-sdk/portalDef.robot b/robot/resources/portal-sdk/portalDef.robot index df85bfae..59808357 100644 --- a/robot/resources/portal-sdk/portalDef.robot +++ b/robot/resources/portal-sdk/portalDef.robot @@ -3,7 +3,6 @@ Documentation This is RobotFrame work script Library SeleniumLibrary Library OperatingSystem Library RequestsLibrary -Library UUID Library DateTime Library Collections Library StringTemplater @@ -33,9 +32,16 @@ ${jira} jira ${RESOURCE_PATH} ${PORTAL_URL}/auxapi/ticketevent ${portal_Template} ${CURDIR}/portal.template - ${download_link_id} 0 +${Test_LoginID} +${App_LoginID} +${Sta_LoginID} +${App_Email_Address} +${Test_Email_Address} +${Sta_Email_Address} +${AppUserName} +${AppPassword} *** Keywords *** -- cgit 1.2.3-korg