Le 13/02/2026 à 12:37 AM, Ryota Sakamoto a écrit :
Currently, kunit.py allows listing all individual tests via --list_tests.
However, users often need to see only the available test suites.
Add --list_suites to show suites. This option parses the test list output
from the kernel and prints only the suite names.
Example of the output of --list_suites:
example_init
miscdev_init
printk-ringbuffer
Signed-off-by: Ryota Sakamoto <[email protected]>
---
Nice: this is very useful.
Reviewed-by: David Gow <[email protected]>
Thanks,
-- David