Re: [PATCH i-g-t 2/2] lib/kunit: Execute test cases synchronously

2023-11-14 Thread Janusz Krzysztofik
Hi Mauro, Thanks for review. On Friday, 10 November 2023 08:52:04 CET Mauro Carvalho Chehab wrote: > On Mon, 6 Nov 2023 10:59:38 +0100 > Janusz Krzysztofik wrote: > > > Up to now we've been loading a KUnit test module in background and parsing > > in parallel its KTAP output with results fro

Re: [PATCH i-g-t 2/2] lib/kunit: Execute test cases synchronously

2023-11-09 Thread Mauro Carvalho Chehab
On Mon, 6 Nov 2023 10:59:38 +0100 Janusz Krzysztofik wrote: > Up to now we've been loading a KUnit test module in background and parsing > in parallel its KTAP output with results from all the module's test cases. > However, recent KUnit implementation is capable of executing only those > test c

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

2023-11-06 Thread Janusz Krzysztofik
Up to now we've been loading a KUnit test module in background and parsing in parallel its KTAP output with results from all the module's test cases. However, recent KUnit implementation is capable of executing only those test cases that match a user filter specified on test module load. Stop load