diff options
author | DR695H <dr695h@att.com> | 2019-07-10 10:13:58 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-10 10:13:58 -0400 |
commit | 8e7028b3ee4d18ec1916f9a68dd8587377452376 (patch) | |
tree | df508dada6bd9a2ade634aadfdb16c0cd250a2a5 /robot/resources/portal_interface.robot | |
parent | 8ade70bdca03a5c5e3f46df70f75549de4d7b9d8 (diff) |
remove log to console
log to console doesnt show things in the log files and so isnt viewable
in jenkins. If console is really needed, add console=True to Log keyword
Issue-ID: TEST-173
Change-Id: I9f736eab99120c4b7c32b55fd6c5e0f823e7b734
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/portal_interface.robot')
-rw-r--r-- | robot/resources/portal_interface.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/robot/resources/portal_interface.robot b/robot/resources/portal_interface.robot index 6c1cb5d9..e8a6c53c 100644 --- a/robot/resources/portal_interface.robot +++ b/robot/resources/portal_interface.robot @@ -50,7 +50,7 @@ Run Portal Login Tests Run Portal Application Access Tests [Documentation] Runs Portal Application Access Tests - Log To Console Testing SDC,VID,Policy + Log Testing SDC,VID,Policy Run Portal Application Login Test cs0008 demo123456! gridster-SDC-icon-link tabframe-SDC Welcome to SDC Close All Browsers Run Portal Application Login Test demo demo123456! gridster-Virtual-Infrastructure-Deployment-icon-link tabframe-Virtual-Infrastructure-Deployment Welcome to VID @@ -81,7 +81,7 @@ Login To Portal GUI Click Element xpath=//a[@id='loginBtn'] Wait Until Page Contains Applications ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT} Log Logged in to ${PORTAL_ENDPOINT}${PORTAL_ENV} - Log To Console ${loginId} SUCCESS + Log ${loginId} SUCCESS Logout From Portal GUI [Documentation] Logs out of Portal GUI @@ -108,14 +108,14 @@ Run Portal Application Login Test Click Element xpath=//a[@id='loginBtn'] Wait Until Page Contains Applications ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT} Log Logged in to ${PORTAL_ENDPOINT}${PORTAL_ENV} - Log To Console ${loginId} SUCCESS + Log ${loginId} SUCCESS Sleep 5 Click Element id=${click_element} Sleep 5 Select Frame id=${tabframe} Sleep 5 Page Should Contain ${match_string} - Log To Console Portal Application Access SUCCESS ${click_element} + Log Portal Application Access SUCCESS ${click_element} Go To Portal HOME [Documentation] Naviage to Portal Home |