Searched defs:mock_run_command (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/autotest/server/cros/crosperf/ |
H A D | device_setup_utils_unittest.py | 164 def test_disable_aslr(self, mock_run_command): argument 176 def test_set_cpu_governor(self, mock_run_command): argument 194 def test_set_cpu_governor_propagate_error(self, mock_run_command): argument 214 def test_set_cpu_governor_ignore_status(self, mock_run_command): argument 235 def test_disable_turbo(self, mock_run_command): argument 256 def test_get_cpu_online_two(self, mock_run_command): argument 266 def test_get_cpu_online_twelve(self, mock_run_command): argument 300 def test_get_cpu_online_core0_not_exposed(self, mock_run_command): argument 321 def test_get_cpu_online_no_output(self, mock_run_command): argument 329 def test_get_cpu_online_command_error(self, mock_run_command): argument [all …]
|
/aosp_15_r20/external/python/mobly/tests/mobly/controllers/android_device_lib/ |
D | adb_test.py | 82 def test_is_adb_available(self, mock_run_command): argument 91 def test_is_adb_available_negative(self, mock_run_command): argument 96 def test_exec_cmd_no_timeout_success(self, mock_run_command): argument 109 def test_exec_cmd_error_with_serial(self, mock_run_command): argument 125 def test_exec_cmd_error_without_serial(self, mock_run_command): argument 142 def test_exec_cmd_with_timeout_success(self, mock_run_command): argument 156 def test_exec_cmd_timed_out(self, mock_run_command): argument 172 def test_exec_cmd_timed_out_without_serial(self, mock_run_command): argument 504 def test_exec_adb_cmd_with_stderr_pipe(self, mock_run_command): argument 518 def test_connect_success(self, mock_run_command): argument [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | cloud_storage_unittest.py | 174 def testListNoPrefix(self, mock_run_command): argument 183 def testListWithPrefix(self, mock_run_command): argument 192 def testListDirs(self, mock_run_command): argument
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | bazel_mode_unittest.py | 2812 def mock_run_command(self, **kwargs): member in BazelTestRunnerTest
|