Lines Matching refs:CommandExecuter

483     self.mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
506 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
507 @mock.patch.object(command_executer.CommandExecuter, 'CopyFiles')
696 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
697 @mock.patch.object(command_executer.CommandExecuter,
774 @mock.patch.object(command_executer.CommandExecuter,
795 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandGeneric')
850 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
859 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
870 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
879 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
887 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
896 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
905 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
914 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
923 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
932 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
942 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
968 @mock.patch.object(command_executer.CommandExecuter,
979 @mock.patch.object(command_executer.CommandExecuter,
999 @mock.patch.object(command_executer.CommandExecuter,
1011 @mock.patch.object(command_executer.CommandExecuter,
1024 @mock.patch.object(command_executer.CommandExecuter,
1035 @mock.patch.object(command_executer.CommandExecuter,
1231 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
1249 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
1533 @mock.patch.object(command_executer.CommandExecuter,
1641 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
1690 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
1846 self.mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
2045 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
2058 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)