Searched full:junit (Results 1 – 9 of 9) sorted by relevance
47 f'--junit-xml={testinstance.build_dir}/report.xml',173 f'--junit-xml={str(report_file)}'203 f'--junit-xml={str(report_file)}'239 f'--junit-xml={str(report_file)}'271 f'--junit-xml={str(report_file)}'297 f'--junit-xml={str(report_file)}'
176 … junitparser merge --glob "./bsim_*/*bsim_results.*.xml" "./twister-out/twister.xml" junit.xml177 junit2html junit.xml junit.html186 junit.html192 files: "junit.xml"
236 junitparser merge artifacts/*/*/twister.xml junit.xml237 junit2html junit.xml junit.html246 junit.html247 junit.xml
23 # used for JUnit XML parsing in CTest harness
19 import junitparser.junitparser as junit namespace404 f'--junit-xml={self.report_file}',1029 '--output-junit',1102 suite = junit.JUnitXml.fromfile(report)1108 assert isinstance(suite, junit.TestSuite)1125 if any(isinstance(r, junit.Failure) for r in case.result):1128 elif any(isinstance(r, junit.Error) for r in case.result):1131 elif any(isinstance(r, junit.Skipped) for r in case.result):
386 # update the reason to get more details also in other reports (e.g. junit)
648 The output will be both in JSON and JUNIT format
1892 help='''Name of outfile in JUnit format,1908 help='''Pre-load JUnit results in XML format2014 logging.info(f"No JUnit result for {case.name}")
1940 * :github:`38179` - twister: only report failures in merged junit output