Home
last modified time | relevance | path

Searched full:junit (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py47 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)}'
/Zephyr-latest/.github/workflows/
Dbsim-tests.yaml176 … junitparser merge --glob "./bsim_*/*bsim_results.*.xml" "./twister-out/twister.xml" junit.xml
177 junit2html junit.xml junit.html
186 junit.html
192 files: "junit.xml"
Dtwister.yaml236 junitparser merge artifacts/*/*/twister.xml junit.xml
237 junit2html junit.xml junit.html
246 junit.html
247 junit.xml
/Zephyr-latest/scripts/
Drequirements-build-test.txt23 # used for JUnit XML parsing in CTest harness
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py19 import junitparser.junitparser as junit namespace
404 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):
Dreports.py386 # update the reason to get more details also in other reports (e.g. junit)
Denvironment.py648 The output will be both in JSON and JUNIT format
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1892 help='''Name of outfile in JUnit format,
1908 help='''Pre-load JUnit results in XML format
2014 logging.info(f"No JUnit result for {case.name}")
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1940 * :github:`38179` - twister: only report failures in merged junit output