Re: [PATCH] kunit: Add --list_suites to show suites
From: David Gow
Date: Tue Feb 17 2026 - 02:30:04 EST
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 <sakamo.ryota@xxxxxxxxx>
---
Nice: this is very useful.
Reviewed-by: David Gow <david@xxxxxxxxxxxx>
Thanks,
-- David