From: Sam Hague Date: Wed, 7 Feb 2018 16:47:25 +0000 (-0500) Subject: Remove redundant logging of password X-Git-Tag: pre-potassium~947 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=7f67568b1ce57408a52ec29ba80c28f9c99ca5de Remove redundant logging of password Change-Id: Ibe61f367b70d66956e74720d491608cd49481d77 Signed-off-by: Sam Hague --- diff --git a/csit/libraries/Utils.robot b/csit/libraries/Utils.robot index 81b79a0854..3c13197def 100644 --- a/csit/libraries/Utils.robot +++ b/csit/libraries/Utils.robot @@ -182,8 +182,7 @@ Run Command On Remote System ... No test conditions are checked. Run Keyword If "${return_stdout}"!="True" and "${return_stderr}"!="True" Fail At least one of {return_stdout} or {return_stderr} args should be set to True ${current_ssh_connection}= SSHLibrary.Get Connection - BuiltIn.Log Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" - BuiltIn.Log ${password} + BuiltIn.Log Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}" ${conn_id}= SSHLibrary.Open Connection ${system} prompt=${prompt} timeout=${prompt_timeout} SSHKeywords.Flexible SSH Login ${user} ${password} ${stdout} ${stderr} SSHLibrary.Execute Command ${cmd} return_stderr=True @@ -212,7 +211,6 @@ Run Command On Mininet Run Command On Controller [Arguments] ${system}=${ODL_SYSTEM_IP} ${cmd}=echo ${user}=${ODL_SYSTEM_USER} ${password}=${ODL_SYSTEM_PASSWORD} ${prompt}=${ODL_SYSTEM_PROMPT} [Documentation] Call Run Comand On Remote System, but with default values suitable for Controller machine. - BuiltIn.Log ${password} BuiltIn.Run Keyword And Return Run Command On Remote System ${system} ${cmd} ${user} ${password} prompt=${prompt} Verify File Exists On Remote System