Lines Matching refs:KUnit
9 include KUnit in any kernel, read out results, and parse manually.
11 .. note:: KUnit is not designed for use in a production system. It is
18 KUnit tests can run without kunit_tool. This can be useful, if:
25 KUnit is configured with the ``CONFIG_KUNIT`` option, and individual
27 ``.config``. KUnit tests usually (but don't always) have config options
38 KUnit can be enabled or disabled at boot time, and this behavior is
61 KUnit can be accessed from userspace via the debugfs filesystem (See more
64 If ``CONFIG_KUNIT_DEBUGFS`` is enabled, the KUnit debugfs filesystem is
71 You can use debugfs to retrieve KUnit test results. The test results are
95 However, this feature is not available with KUnit suites that use init data,
96 because init data may have been discarded after the kernel boots. KUnit