X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=robot-systest%2Flib%2Fssh_lib.robot;fp=robot-systest%2Flib%2Fssh_lib.robot;h=3e3c00b58bebb7ee76ca7ae73fecca02a2a3b010;hp=8be049eed5abca3fab9f65779f20de1b088196e9;hb=321726f7804f92c56bb07ffb7301e3eb28daf574;hpb=bd91f86bd3391a47e0037c3f22431dcd0a6d5103 diff --git a/robot-systest/lib/ssh_lib.robot b/robot-systest/lib/ssh_lib.robot index 8be049e..3e3c00b 100644 --- a/robot-systest/lib/ssh_lib.robot +++ b/robot-systest/lib/ssh_lib.robot @@ -71,8 +71,8 @@ Execute Remote Command Check Rc Return Output Run Keyword If '${password}'!='${EMPTY}' Login ${username} ${password} ... ELSE Login With Public Key ${username} ${privatekey} ${stdout} ${rc}= Execute Command ${command} return_rc=True return_stdout=True - log ${rc} - log ${stdout} + Log ${rc} + Log ${stdout} Close All Connections Should Be Equal As Integers ${rc} 0 [Return] ${stdout}