Searched defs:mock_runcmd (Results 1 – 3 of 3) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | results_cache_unittest.py | 508 def test_copy_files_to(self, mock_copyfiles, mock_runcmd, mock_isdir): argument 699 def test_get_keyvals(self, mock_chrootruncmd, mock_runcmd, mock_mkdtemp, argument 796 def test_find_files_in_results_dir(self, mock_runcmd): argument 851 def test_get_turbostat_file_finds_single_log(self, mock_runcmd): argument 860 def test_get_turbostat_file_finds_multiple_logs(self, mock_runcmd): argument 871 def test_get_turbostat_file_finds_no_logs(self, mock_runcmd): argument 880 def test_get_turbostat_file_with_failing_find(self, mock_runcmd): argument 888 def test_get_top_file_finds_single_log(self, mock_runcmd): argument 897 def test_get_top_file_finds_multiple_logs(self, mock_runcmd): argument 906 def test_get_top_file_finds_no_logs(self, mock_runcmd): argument [all …]
|
D | experiment_factory_unittest.py | 420 def test_check_skylab_tool(self, mock_exists, mock_runcmd): argument
|
D | suite_runner_unittest.py | 260 def test_skylab_run_client(self, mock_json_loads, mock_runcmd): argument
|