When exhausting paramiko's buffers after the remote process exists,
just keep reading from them until they're empty. The recv_ready
functions will return "False" even when there's still data in the
buffer that we could read without blocking.

Risk: High
Visibility: Should prevent cases where std* from remote processes
is truncated.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2911 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed