Searched defs:mock_runcmd (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | results_cache_unittest.py | 538 def test_copy_files_to(self, mock_copyfiles, mock_runcmd, mock_isdir): argument 752 self, mock_chrootruncmd, mock_runcmd, mock_mkdtemp, mock_getpath argument 886 def test_find_files_in_results_dir(self, mock_runcmd): argument 945 def test_get_turbostat_file_finds_single_log(self, mock_runcmd): argument 954 def test_get_turbostat_file_finds_multiple_logs(self, mock_runcmd): argument 967 def test_get_turbostat_file_finds_no_logs(self, mock_runcmd): argument 976 def test_get_turbostat_file_with_failing_find(self, mock_runcmd): argument 984 def test_get_top_file_finds_single_log(self, mock_runcmd): argument 993 def test_get_top_file_finds_multiple_logs(self, mock_runcmd): argument 1002 def test_get_top_file_finds_no_logs(self, mock_runcmd): argument [all …]
|
H A D | experiment_factory_unittest.py | 547 def test_check_crosfleet_tool(self, mock_exists, mock_runcmd): argument
|
H A D | suite_runner_unittest.py | 368 def test_crosfleet_run_client(self, mock_json_loads, mock_runcmd): argument
|