[PATCH openbmc-test-automation 34/60] added log statement

OpenBMC Patches openbmc-patches at stwcx.xyz
Tue Jan 12 03:50:00 AEDT 2016


From: manjunath <manjunath at localhost.localdomain>

---
 tests/test_ssh.robot | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_ssh.robot b/tests/test_ssh.robot
index 0801d8a..e9dcf9e 100644
--- a/tests/test_ssh.robot
+++ b/tests/test_ssh.robot
@@ -46,6 +46,7 @@ File Not Found
     [Documentation]    This testcase is for testing ls command with non existing file
     ${output}    ${stderr}    ${rc}=    Execute Command    ls file_doesnotexist.txt    return_stderr=True    return_rc=True
     ${msg}=    Catenate    output:${output}    stderr:${stderr}    rc:${rc}
+    Log To Console    ${msg}
     Should Be Equal    ${rc}    ${2}
     Should Contain    ${stderr}    No such file or directory
 
-- 
2.6.4




More information about the openbmc mailing list