Lines Matching refs:tests

4 Running tests with kunit_tool
7 We can either run KUnit tests using kunit_tool or can run tests
8 manually, and then use kunit_tool to parse the results. To run tests
13 tests, and formats the test results.
35 - ``--timeout`` sets a maximum amount of time for tests to run.
45 tests we want to run independently, or if we want to use pre-defined
64 If we want to run a specific set of tests (rather than those listed
70 specific set of tests. This file contains the regular Kernel configs
72 contains any other config options required by the tests (For example:
73 dependencies for features under tests, configs that enable/disable
90 set in the kernel ``.config`` before running the tests. It warns if we
101 Configuring, building, and running tests
120 If we already have built UML kernel with built-in KUnit tests, we
128 The ``run`` command discussed in section: **Running tests with kunit_tool**,
134 KUnit tests output displays results in TAP (Test Anything Protocol)
135 format. When running tests, kunit_tool parses this output and prints
155 Filtering tests
159 commands, we can run a subset of the tests built into a kernel . For
160 example: if we only want to run KUnit resource tests, use:
170 Running tests on QEMU
173 kunit_tool supports running tests on qemu as well as
174 via UML. To run tests on qemu, by default it requires two flags:
177 and so on), that allow KUnit tests to be run on the specified
182 is ignored), the tests will run via UML. Non-UML architectures,
214 If we want to run KUnit tests on an architecture not supported by
215 the ``--arch`` flag, or want to run KUnit tests on qemu using a
257 as many tests as possible.
262 If you only want to enable all tests with otherwise satisfied
273 This file is used to build and run with a predefined set of tests
274 and their dependencies. For example, to run tests for a given subsystem.
283 - ``--arch``: Runs tests on the specified architecture. The architecture
309 - ``--timeout``: Specifies the maximum number of seconds allowed for all tests to run.
310 This does not include the time taken to build the tests.
331 - ``--filter_action``: If set to ``skip``, filtered tests will be shown as skipped
334 - ``--list_tests``: If set, lists all tests that will be run.
336 - ``--list_tests_attr``: If set, lists all tests that will be run and all of their