X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=inline;f=system%2FTestPlc.py;h=985308421d1b6201cc1f2dc9a53f94cd747a954a;hb=9e42edee349bcfb332948e64929530722ad6d05a;hp=b61cce209a735c63fde1a0b6a6954cafe8dc4a87;hpb=a9e5d3afadff87fa868bd6c2e6c2dd31ae80f816;p=tests.git 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):