Lines Matching +full:existing +full:- +full:parts
1 .. SPDX-License-Identifier: GPL-2.0
15 1. Porting tests to KUnit which are already known with an existing name.
17 example, non-deterministically producing false positives or negatives, or
25 is a set of test suites which test different parts of a kernel subsystem
29 ----------
59 ``linear-ranges``
62 ``qos-kunit-test``
63 This name should use underscores, and not have "kunit-test" as a
64 suffix. ``qos`` is also ambiguous as a subsystem name, because several parts
77 ------
122 ----------
149 the *fully-qualified* name of a test should be the suite name followed by the
162 tested, or be under [Kernel Hacking]->[Kernel Testing and Coverage]
173 .. code-block:: none
183 please refer to the KUnit documentation in Documentation/dev-tools/kunit/.
193 non-KUnit tests, the suffix ``_kunit`` can also be used.