Lines Matching refs:CommandExecuter
194 self.mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
215 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
216 @mock.patch.object(command_executer.CommandExecuter, 'CopyFiles')
396 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
397 @mock.patch.object(command_executer.CommandExecuter,
480 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandGeneric')
536 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
628 @mock.patch.object(command_executer.CommandExecuter,
693 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
742 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
898 self.mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
1094 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
1107 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)