commit | e77585acbb00e2c65fde52ba8c21ad890c1b6c62 | [log] [tgz] |
---|---|---|
author | Michael Walsh <micwalsh@us.ibm.com> | Thu Dec 14 11:02:28 2017 -0600 |
committer | George Keishing <gkeishin@in.ibm.com> | Thu Dec 14 18:14:47 2017 +0000 |
tree | 2e8d57796655a91e4aaeb8777ce496baafed84e7 | |
parent | b95aba221e22a54026bb50ab96bbf897674998f3 [diff] |
Final fix for obmc_boot_test ValueError. - gen_robot_ssh.py::execute_ssh_command: sshlib.close_all_connections() before raise(execute_exception). This should help subsequent execute_ssh_command calls succeed. - state.py::wait_for_comm_cycle: Test for blank uptime and report it as communication error. The source of the ValueError was trying to interpret a blank as float. Change-Id: I1ec8dfca43397b0aca9533af55096e370d84af52 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>