From 9e42edee349bcfb332948e64929530722ad6d05a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 11 Apr 2015 18:25:35 +0200 Subject: [PATCH] keep stdin open in the ssh leg between host and guest --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.43.0