]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/resulttool: allow to replace test raw status with custom string
authorAlexis Lothoré <alexis.lothore@bootlin.com>
Wed, 2 Aug 2023 14:17:17 +0000 (16:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Aug 2023 10:44:25 +0000 (11:44 +0100)
commit9d22bfc9d0c4092dba1af0ee11a4c51b7b270786
treeaf3d5b33bb688a938e01fd5b5d26a829a7856799
parentb6abcd4f01aec24393bce68a9806d94702c0d387
scripts/resulttool: allow to replace test raw status with custom string

Add a STATUS_STRINGS dictionnary matching raw statuses to custom strings.
Whenever a regression must be reported, raw status is searched in the
custom statuses dict (key search is case insensitive). If no custom string
is found, raw status is kept and used in regression report

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/regression.py