Lines Matching refs:file_name
140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
154 for f_name in file_name:
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
203 for f_name in file_name:
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
235 for f_name in file_name:
248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
267 for f_name in file_name:
285 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
304 for f_name in file_name:
325 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
326 args = ['-i','--outdir', out_path, '-T', test_path, "--log-file", file_name] + \
331 file_path = os.path.join(ZEPHYR_BASE, file_name)