Skip to content
Commit 2892c5da authored by Philip Puk's avatar Philip Puk
Browse files

Test checking script for Gitlab CI pipeline jobs



The purpose of the script is to audit test results from a given
CI pipeline and produce pass/fail results based on a machine
readable list of tests which are expected to pass.

The script will first read the list of expected pass tests from
a json file. Also, relying on the predefined CI variables
and gitlab-python module to access the pipeline test reports.
By comparing list of expected pass test and passed tests extracted
from actual test reports, the script will print "FAIL" to stderr if
there are missing tests that are expected to pass or "PASS" if all
expected tests passed.

Signed-off-by: Philip Puk's avatarPhilip Puk <philip.puk@arm.com>
parent 36be6f25
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment