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/mr_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/mr_interface.robot')
-rw-r--r-- | robot/resources/mr_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/mr_interface.robot b/robot/resources/mr_interface.robot index f8ea9c3c..2c79d075 100644 --- a/robot/resources/mr_interface.robot +++ b/robot/resources/mr_interface.robot @@ -57,7 +57,7 @@ Run MR Update Topic Acl Create Environment mr ${GLOBAL_TEMPLATE_FOLDER} ${data}= Apply Template mr ${MR_PUT_ACL_TEMPLATE} ${dict} ${resp}= Run MR Auth Post Request ${MR_CREATE_TOPIC_PATH} iPIxkpAMI8qTcQj8 Ehq3WyT4bkif4zwgEbvshGal ${data} - #Log To Console Update Owner for TEST_TOPIC_ACL + #Log Update Owner for TEST_TOPIC_ACL ${resp}= Run MR Auth Put Request ${MR_UPDATE_ACL_TOPIC_PATH}/iPIxkpAMI8qTcQj8 iPIxkpAMI8qTcQj8 Ehq3WyT4bkif4zwgEbvshGal ${data} Should Be Equal As Strings ${resp.status_code} 200 |