Home
last modified time | relevance | path

Searched defs:mock_runcmd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dresults_cache_unittest.py538 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 Dexperiment_factory_unittest.py547 def test_check_crosfleet_tool(self, mock_exists, mock_runcmd): argument
H A Dsuite_runner_unittest.py368 def test_crosfleet_run_client(self, mock_json_loads, mock_runcmd): argument