Home
last modified time | relevance | path

Searched refs:CommandExecuter (Results 1 – 12 of 12) sorted by relevance

/external/toolchain-utils/cros_utils/
Dbuildbot_utils_unittest.py81 with patch.object(command_executer.CommandExecuter,
89 with patch.object(command_executer.CommandExecuter,
119 with patch.object(command_executer.CommandExecuter,
129 with patch.object(command_executer.CommandExecuter,
139 with patch.object(command_executer.CommandExecuter,
151 with patch.object(command_executer.CommandExecuter,
162 with patch.object(command_executer.CommandExecuter,
Dcommand_executer_unittest.py23 ce = command_executer.CommandExecuter(logging_level)
Ddevice_setup_utils_unittest.py100 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
115 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommandWOutput')
124 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommandWOutput')
140 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommandWOutput')
Dcommand_executer.py41 return CommandExecuter(log_level, logger_to_set)
44 class CommandExecuter(object): class
671 class MockCommandExecuter(CommandExecuter):
/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py483 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')
[all …]
Dsuite_runner_unittest.py30 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
206 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommand')
207 @mock.patch.object(command_executer.CommandExecuter,
224 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommand')
225 @mock.patch.object(command_executer.CommandExecuter,
258 @mock.patch.object(command_executer.CommandExecuter, 'RunCommandWOutput')
Dmachine_manager_unittest.py73 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
143 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
144 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommand')
251 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommandWOutput')
672 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
723 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommand')
762 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommandWOutput')
782 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommandWOutput')
820 @mock.patch.object(command_executer.CommandExecuter, 'CrosRunCommandWOutput')
Dschedv2_unittest.py21 from cros_utils.command_executer import CommandExecuter
75 mock_cmd_exec = mock.Mock(spec=CommandExecuter)
Ddownload_images_unittest.py40 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
103 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
Dexperiment_factory_unittest.py418 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
Dexperiment_runner_unittest.py108 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
/external/toolchain-utils/heatmaps/
Dheat_map_test.py71 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')