Example #1
0
 def _run_command(self, command, run_as_root=False, *args, **kwargs):
     return run_command.run_command(self.log, command, run_as_root, *args,
                                    **kwargs)
Example #2
0
 def _run_command(self, *args, **kwargs):
     run_command.run_command(LOG, *args, run_as_root=True, **kwargs)