• Home
  • Raw
  • Download

Lines Matching refs:CommandExecuter

440     self.mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
462 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
463 @mock.patch.object(command_executer.CommandExecuter, 'CopyFiles')
646 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
647 @mock.patch.object(command_executer.CommandExecuter,
723 @mock.patch.object(command_executer.CommandExecuter,
744 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandGeneric')
799 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
808 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
819 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
828 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
836 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
845 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
854 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
863 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
872 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
882 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
1061 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
1078 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
1355 @mock.patch.object(command_executer.CommandExecuter,
1465 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
1514 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
1670 self.mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
1864 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
1877 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)