Lines Matching refs:file_name
139 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
153 for f_name in file_name:
188 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
202 for f_name in file_name:
217 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
234 for f_name in file_name:
247 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
266 for f_name in file_name:
284 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
303 for f_name in file_name:
324 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
325 args = ['-i','--outdir', out_path, '-T', test_path, "--log-file", file_name] + \
330 file_path = os.path.join(ZEPHYR_BASE, file_name)