Bug 205259

Summary: kunit_tool: use KUnit defconfig by default
Product: Tools Reporter: Brendan Higgins (brendanhiggins)
Component: KUnitAssignee: Tools/KUnit virtual default assignee (tools_kunit)
Status: RESOLVED CODE_FIX    
Severity: normal CC: brendanhiggins
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: kselftest/test (5.4) Subsystem:
Regression: No Bisected commit-id:

Description Brendan Higgins 2019-10-18 23:15:27 UTC
Bjorn pointed requested that kunit_tool should use the KUnit defconfig by default if no kunitconfig is present.

Basically, `tools/testing/kunit/kunit.py run` should just work out of the box.
Comment 1 Brendan Higgins 2019-10-18 23:19:13 UTC
This kind of ties into Ted's comments at LPC that the command to run KUnit tests should be simple. We should have sensible default values for all the flags.

This bug kind of ties into https://bugzilla.kernel.org/show_bug.cgi?id=205253
Comment 2 Brendan Higgins 2019-10-25 00:00:10 UTC
I have a patch that addresses this here: https://kunit-review.googlesource.com/c/linux/+/2909. Still need to send the patch to LKML.
Comment 3 Brendan Higgins 2023-02-22 23:33:57 UTC
This has been done for a while.