Lines Matching refs:test_platforms

139     def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name):  argument
142 ['-p'] * len(test_platforms), test_platforms
175 for f_platform in test_platforms:
188 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
191 ['-p'] * len(test_platforms), test_platforms
217 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
220 ['-p'] * len(test_platforms), test_platforms
247 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
250 ['-p'] * len(test_platforms), test_platforms
284 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
287 ['-p'] * len(test_platforms), test_platforms
307 for f_platform in test_platforms:
324 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
327 ['-p'] * len(test_platforms), test_platforms
363 test_platforms = ['qemu_x86/atom', 'intel_adl_crb/alder_lake']
367 ['-p'] * len(test_platforms), test_platforms
387 assert testsuite_counter == len(test_platforms), \
399 test_platforms = ['qemu_x86', 'intel_adl_crb']
403 ['-p'] * len(test_platforms), test_platforms
423 test_platforms = ['qemu_x86', 'intel_adl_crb']
428 ['-p'] * len(test_platforms), test_platforms
466 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
469 ['-p'] * len(test_platforms), test_platforms
503 ['-p'] * len(test_platforms), test_platforms