X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FSSHKeywords.robot;h=7dc93128beec5054553d0c9402d4e4c5420306b1;hb=50d071f91d2a78be8e7cdaab0fd9e0939cadac64;hp=edd72f770f320cfacb0f22546584555ca8946864;hpb=2b751d17ffc128da388de181b8f7a5748ccd5d54;p=integration%2Ftest.git diff --git a/csit/libraries/SSHKeywords.robot b/csit/libraries/SSHKeywords.robot index edd72f770f..7dc93128be 100644 --- a/csit/libraries/SSHKeywords.robot +++ b/csit/libraries/SSHKeywords.robot @@ -83,7 +83,7 @@ Log_Command_Results Execute_Command_Passes [Arguments] ${command} ${return_success_only}=True ${log_on_success}=False ${log_on_failure}=True ${stderr_must_be_empty}=False [Documentation] Execute command via the active SSH connection. For success, rc has to be zero and optionally stderr has to be empty. - ... Log everything, depending on arguments and success. Retrun either success string or stdout. + ... Log everything, depending on arguments and success. Return either success string or stdout. ... TODO: Do we want to support customizing return values the same way as SSHLibrary.Execute_Command does? ${stdout} ${stderr} ${rc} = SSHLibrary.Execute_Command ${command} return_stderr=True return_rc=True ${emptiness_status} ${result} = BuiltIn.Run_Keyword_And_Ignore_Error BuiltIn.Should_Be_Empty ${stderr}