convenience macros restart-node and wait-node
[tests.git] / system / TestPlc.py
index b61cce2..72d2060 100644 (file)
@@ -206,7 +206,7 @@ class TestPlc:
         'debug_nodemanager', 'slice_fs_present', SEP,
         'standby_1_through_20','yes','no',SEP,
         ]
-    bonding_steps = [
+    default_bonding_steps = [
         'bonding_init_partial',
         'bonding_add_yum',
         'bonding_install_rpms', SEP,
@@ -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):