mbox series

[i-g-t,0/2] lib/kunit: Execute test cases synchronously

Message ID 20231106095935.7031-4-janusz.krzysztofik@linux.intel.com (mailing list archive)
Headers show
Series lib/kunit: Execute test cases synchronously | expand

Message

Janusz Krzysztofik Nov. 6, 2023, 9:59 a.m. UTC
Load KUnit modules in a way that only one selected test case is executed
per each IGT dynamic sub-subtest.

Janusz Krzysztofik (2):
  lib/kunit: Split out reusable part of test case list gathering
  lib/kunit: Execute test cases synchronously

 lib/igt_kmod.c | 262 +++++++++++++++++++++----------------------------
 1 file changed, 111 insertions(+), 151 deletions(-)