diff options
author | Clara Kowalsky <clara.kowalsky@siemens.com> | 2024-08-28 11:20:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-29 21:58:19 +0100 |
commit | 5aeabd3217da2a7ce9f789d5d224f6682b4555a1 (patch) | |
tree | c81f98c3e1a608ae71917e2f87fd640f70254a67 /scripts/lib/scriptutils.py | |
parent | f4f9ebf6fb7da7605298c95187a70c118e0ab02e (diff) | |
download | poky-5aeabd3217da2a7ce9f789d5d224f6682b4555a1.tar.gz |
resulttool: Add support to create test report in JUnit XML format
This adds the functionality to convert the results of the
testresults.json file to a unit test report in JUnit XML format. The
unit test report can be used in the CI/CD pipeline to display the test
results.
To use the resulttool scripts, first source oe environment, then run the
entry point script to look for help.
$ resulttool
To generate the unit test report, execute the below
$ resulttool junit <json_file>
By default the unit test report is stored as
<build_dir>/tmp/log/oeqa/junit.xml.
(From OE-Core rev: 3f9be03946243feaa09b908d7010899769091fe6)
Signed-off-by: Clara Kowalsky <clara.kowalsky@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions