[igt-dev] [PATCH v2 i-g-t 0/5] Introduce KUnit

Dominik Karol Piatkowski dominik.karol.piatkowski at intel.com
Wed Mar 15 09:40:37 UTC 2023


This series is a continuation of Isabella's work on introducing
KUnit to IGT.

Cc: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>

Dominik Karol Piatkowski (1):
  Change logic of ktap parser to run on a thread

Isabella Basso (4):
  lib/igt_kmod: rename kselftest functions to ktest
  lib/igt_kmod.c: check if module is builtin before attempting to unload
    it
  lib/igt_kmod: add compatibility for KUnit
  tests: DRM selftests: switch to KUnit

 lib/igt_kmod.c       | 108 +++++++++++--
 lib/igt_kmod.h       |  14 +-
 lib/igt_ktap.c       | 371 +++++++++++++++++++++++++++++++++++++++++++
 lib/igt_ktap.h       |  32 ++++
 lib/meson.build      |   1 +
 tests/drm_buddy.c    |   4 +-
 tests/drm_mm.c       |   4 +-
 tests/kms_selftest.c |   8 +
 8 files changed, 523 insertions(+), 19 deletions(-)
 create mode 100644 lib/igt_ktap.c
 create mode 100644 lib/igt_ktap.h

-- 
2.34.1



More information about the igt-dev mailing list