Skip to content
Commit 26c56f1c authored by Tom Rini's avatar Tom Rini
Browse files

CI: Make pytest export JUnitXML



Both GitLab and Azure (and other CI systems) have native support for
displaying JUnitXML test report results. The pytest framework that we
use can generate these reports. Change our CI tests so that they will
generate these reports and then have the respective CI platform pick
them up. We write to different locations because of where each CI is
(and isn't) able to easily pass things along.

Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 98506897
Loading
Loading
Loading
Loading