From: Thierry Parmentelat Date: Sat, 11 Apr 2015 16:25:35 +0000 (+0200) Subject: keep stdin open in the ssh leg between host and guest X-Git-Tag: tests-6.0-2~43 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=9e42edee349bcfb332948e64929530722ad6d05a keep stdin open in the ssh leg between host and guest --- diff --git a/system/TestPlc.py b/system/TestPlc.py index b61cce2..9853084 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -308,7 +308,7 @@ class TestPlc: #command gets run in the plc's vm def host_to_guest(self, command): ssh_leg = TestSsh(self.vplchostname) - return ssh_leg.actual_command(command) + return ssh_leg.actual_command(command, keep_stdin=True) # this /vservers thing is legacy... def vm_root_in_host(self):