On Fri, Nov 14, 2025 at 11:02:06AM +0800, David Gow wrote:
On Thu, 6 Nov 2025 at 18:32, Thomas Weißschuh thomas.weissschuh@linutronix.de wrote:
Enable the preset of filter parameters from kconfig options, similar to how other KUnit configuration parameters are handled already. This is useful to run a subset of tests even if the cmdline is not readily modifyable.
Signed-off-by: Thomas Weißschuh thomas.weissschuh@linutronix.de
Thanks. Do you think it'd make sense to also add one of these for kunit.action (i.e., support for listing tests/test attributes)?
I'm not sure. For my usecase not really.
Otherwise, other than maybe the possibility of adding some detail to the help texts (though that'd just duplicate what's in the documentation for those module parameters), this looks good. We can always add more in a follow-up if it's useful.
Reviewed-by: David Gow davidgow@google.com
Thanks!
(...)