Lines Matching full:run
7 paths in the kernel. Tests are intended to be run after building, installing
17 to run the full range of hot-plug tests. In default mode, hot-plug tests run
19 run on a single cpu as opposed to all hotplug capable cpus, and memory
20 hotplug test is run on 2% of hotplug capable memory instead of 10%.
22 kselftest runs as a userspace process. Tests that can be written/run in
24 run in kernel space may wish to use a `Test Module`_.
26 Running the selftests (hotplug tests are run in limited mode)
33 To run the tests::
37 To build and run the tests with a single command, use::
60 The above commands by default run the tests and print full pass/fail report.
66 To run kselftest with summary option enabled ::
74 single test to run, or a list of tests to run.
76 To run only tests targeted for a single subsystem::
80 You can specify multiple tests to build and run::
95 To run all tests but a single subsystem::
103 You can also specify a restricted list of tests to run together with a
118 To run the hotplug tests::
144 is a script named `run_kselftest.sh` to run the tests.
146 You can simply do the following to run the installed Kselftests. Please
156 The `-c` option can be used to run all the tests from a test collection, or
166 In some cases packaging is desired, such as when tests need to run on a
167 different system. To package selftests, run::
215 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.
253 2. Create the test script that will run (load/unload) the module