Lines Matching refs:test_platforms
140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
143 ['-p'] * len(test_platforms), test_platforms
176 for f_platform in test_platforms:
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
192 ['-p'] * len(test_platforms), test_platforms
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
221 ['-p'] * len(test_platforms), test_platforms
248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
251 ['-p'] * len(test_platforms), test_platforms
285 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
288 ['-p'] * len(test_platforms), test_platforms
308 for f_platform in test_platforms:
325 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
328 ['-p'] * len(test_platforms), test_platforms
364 test_platforms = ['qemu_x86/atom', 'intel_adl_crb/alder_lake']
368 ['-p'] * len(test_platforms), test_platforms
388 assert testsuite_counter == len(test_platforms), \
400 test_platforms = ['qemu_x86', 'intel_adl_crb']
404 ['-p'] * len(test_platforms), test_platforms
424 test_platforms = ['qemu_x86', 'intel_adl_crb']
429 ['-p'] * len(test_platforms), test_platforms
467 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
470 ['-p'] * len(test_platforms), test_platforms
504 ['-p'] * len(test_platforms), test_platforms