Searched refs:CommandExecuter (Results 1 – 12 of 12) sorted by relevance
/external/toolchain-utils/cros_utils/ |
D | buildbot_utils_unittest.py | 81 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,
|
D | command_executer_unittest.py | 23 ce = command_executer.CommandExecuter(logging_level)
|
D | device_setup_utils_unittest.py | 100 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')
|
D | command_executer.py | 41 return CommandExecuter(log_level, logger_to_set) 44 class CommandExecuter(object): class 671 class MockCommandExecuter(CommandExecuter):
|
/external/toolchain-utils/crosperf/ |
D | results_cache_unittest.py | 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') [all …]
|
D | suite_runner_unittest.py | 30 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')
|
D | machine_manager_unittest.py | 73 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')
|
D | schedv2_unittest.py | 21 from cros_utils.command_executer import CommandExecuter 75 mock_cmd_exec = mock.Mock(spec=CommandExecuter)
|
D | download_images_unittest.py | 40 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter) 103 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
|
D | experiment_factory_unittest.py | 418 @mock.patch.object(command_executer.CommandExecuter, 'RunCommand')
|
D | experiment_runner_unittest.py | 108 mock_cmd_exec = mock.Mock(spec=command_executer.CommandExecuter)
|
/external/toolchain-utils/heatmaps/ |
D | heat_map_test.py | 71 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
|