ceph/orchestra
Tommi Virtanen 073a4bbc18 Paramiko ChannelFile.close() didn't actually close the remote stdin.
Add a wrapper that does the calls shutdown on the channel itself,
to actually cause EOF. Add integration test using remote cat.

Move shuffling stdout bytes to background, so run.run returns before
seeing EOF on stdout, and thus actually making the stdin useful.
Similarly, don't wait for EOF on stderr before returning from run.run.
2011-05-24 13:06:00 -07:00
..
test Paramiko ChannelFile.close() didn't actually close the remote stdin. 2011-05-24 13:06:00 -07:00
__init__.py Initial import 2011-05-18 14:46:49 -07:00
connection.py Initial import 2011-05-18 14:46:49 -07:00
monkey.py Add debug logging to monkeypatching. 2011-05-19 10:19:16 -07:00
run.py Paramiko ChannelFile.close() didn't actually close the remote stdin. 2011-05-24 13:06:00 -07:00