]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
resulttool/regression: Improve matching of poor ptest test names
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Feb 2023 14:02:46 +0000 (14:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Feb 2023 11:58:28 +0000 (11:58 +0000)
commit541a2e2683531355e678fd93524a0c4a8c43a8ff
tree5f2f80d8ad13b5fce311cfa9bd70fe6ce7d521d5
parent4dbbf2f4a85620a08dc2fa65095dc17fe6c530f8
resulttool/regression: Improve matching of poor ptest test names

Some test case naming is poor and contains random strings, particularly
lttng/babeltrace but also curl. Truncating the test names works since they
contain file and line number identifiers which allows us to match them
without the random components, or in the case or curl, test IDs.

Going forward we may be able to improve the test names but this
tweak allows historical test results to work in reports.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/regression.py