On 17/12/2025 15:56, Mark Brown wrote:
On Wed, Dec 17, 2025 at 03:54:43PM +0200, Péter Ujfalusi wrote:
rf@debianbox:~/work/kernel/linux$ time ./tools/testing/kunit/kunit.py run --alltests
well, I don't have kunit test setup, so it fails, but I can build the
What do you mean by "kunit test setup" - that's just a self contained Python script that drives everything, it has minimal Python requirements.
I'm holding it wrong I'm sure:
[15:35:21] Configuring KUnit Kernel ... [15:35:21] Building KUnit Kernel ... Populating config with: $ make ARCH=um O=.kunit olddefconfig Building with: $ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=14 [15:35:30] Starting KUnit Kernel (1/1)... [15:35:30] ============================================================ Running tests with: $ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt [15:35:30] [ERROR] Test: <missing>: Could not find any KTAP output. Did any KUnit tests run? [15:35:30] ============================================================ [15:35:30] Testing complete. Ran 0 tests: errors: 1 [15:35:30] Elapsed time: 9.328s total, 0.001s configuring, 9.321s building, 0.006s running