Lines Matching defs:mock_runcmd

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
915 def test_get_cpuinfo_file_finds_single_log(self, mock_runcmd): argument
924 def test_get_cpustats_file_finds_single_log(self, mock_runcmd): argument
933 def test_get_cpustats_file_finds_multiple_logs(self, mock_runcmd): argument
943 def test_get_cpustats_file_finds_no_logs(self, mock_runcmd): argument
970 def test_read_pid_from_perf_data_ok(self, mock_runcmd): argument
981 def test_read_pid_from_perf_data_mult_profiles(self, mock_runcmd): argument
1001 def test_read_pid_from_perf_data_no_pid(self, mock_runcmd): argument
1013 def test_read_pid_from_perf_data_system_wide(self, mock_runcmd): argument
1026 def test_read_pid_from_perf_data_read_fail(self, mock_runcmd): argument
1037 def test_read_pid_from_perf_data_fail(self, mock_runcmd): argument
1642 def test_cleanup(self, mock_runcmd, mock_getroot): argument
2048 def test_read_result(self, mock_create, mock_isdir, mock_runcmd): argument