Lines Matching refs:kunit
34 like the KUnit Wrapper (``tools/testing/kunit/kunit.py``) that does not support
40 For more information, see :ref:`kunit-on-non-uml`.
71 1. Try running ``./tools/testing/kunit/kunit.py run`` with the ``--raw_output``
74 2. Instead of running ``kunit.py run``, try running ``kunit.py config``,
75 ``kunit.py build``, and ``kunit.py exec`` independently. This can help track
77 can run it manually against stdin or a file with ``kunit.py parse``.)
80 building the UML kernel (e.g., by using ``kunit.py build``). Note that UML
87 around, so you can see what config was used after running ``kunit.py run``.
91 5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This
98 can be collected from ``/sys/kernel/debug/kunit/<test suite>/results``, and
99 can be parsed with ``kunit.py parse``. For more details, see "KUnit on
103 kunit-dev@googlegroups.com.