mbox series

[0/2] scripts: yocto_testresults_query fixes and resulttool missing tests

Message ID 20230227194223.24304-1-alexis.lothore@bootlin.com
Headers show
Series scripts: yocto_testresults_query fixes and resulttool missing tests | expand

Message

Alexis Lothoré Feb. 27, 2023, 7:42 p.m. UTC
From: Alexis Lothoré <alexis.lothore@bootlin.com>

Hello,
this series is a small follow-up to [1]

- add explicit error when running yocto_testresults_query.py from
  oe-core instead of poky. Since the tool is working with git references
  from poky, it will not manage to resolve SHA-1 in oe-core
- add tests for new resulttool regression features (oeselftest metadata,
  ptest naming fixes, ltp matching, machine matching)

[1] https://lore.kernel.org/openembedded-core/20230224164555.67634-1-alexis.lothore@bootlin.com/

Alexis Lothoré (2):
  scripts/yoct_testresults_query: manage base/target revision not found
  oeqa/selftest/resulttool: add test for metadata filtering on
    regression

 .../oeqa/selftest/cases/resulttooltests.py    | 243 ++++++++++++++++++
 scripts/yocto_testresults_query.py            |  15 +-
 2 files changed, 255 insertions(+), 3 deletions(-)