Lines Matching refs:out_path

140     def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name):  argument
141 args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports'] + \
155 path = os.path.join(out_path, f_name)
177 platform_path = os.path.join(out_path, f_platform.replace("/", "_") + ".json", )
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
190 …args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports', '--report-suffix=TEST']…
204 path = os.path.join(out_path, f_name)
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
219 args = ['-i', '--outdir', out_path, '-T', test_path] + \
236 path = os.path.join(out_path, f_name)
248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
249 args = ['-i', '--outdir', out_path, '-T', test_path, "--report-dir", dir_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] + \
363 def test_detailed_skipped_report(self, out_path, test_path, flags, expected_testcase_counts): argument
365 args = ['-i', '--outdir', out_path, '-T', test_path] + \
378 xml_data = etree.parse(os.path.join(out_path, 'twister_report.xml')).getroot()
399 def test_report_filtered(self, out_path, test_path, report_filtered, expected_filtered_count): argument
401 args = ['-i', '--outdir', out_path, '-T', test_path] + \
413 with open(os.path.join(out_path, 'twister.json')) as f:
423 def test_enable_size_report(self, out_path): argument
426 args = ['-i', '--outdir', out_path, '-T', path] + \
438 with open(os.path.join(out_path, 'twister.json')) as f:
467 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
468 args = ['-i', '--outdir', out_path, '-T', test_path] + \
501 args = ['-i', '--outdir', out_path, '-T', test_path] + \