Home
last modified time | relevance | path

Searched refs:testing (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/linux/Documentation/dev-tools/
A Dkselftest.rst31 $ make -C tools/testing/selftests
35 $ make -C tools/testing/selftests run_tests
116 $ make -C tools/testing/selftests hotplug
120 $ make -C tools/testing/selftests run_hotplug
134 $ make -C tools/testing/selftests install
169 $ make -C tools/testing/selftests gen_tar
230 e.g: tools/testing/selftests/android/config
242 - ``tools/testing/selftests/kselftest_module.h``
243 - ``tools/testing/selftests/kselftest/module.sh``
287 * Kernel module for testing the foobinator
[all …]
A Dindex.rst10 A brief overview of testing-specific tools can be found in
11 Documentation/dev-tools/testing-overview.rst
20 testing-overview
A Dtesting-overview.rst8 There are a number of different tools for testing the Linux kernel, so knowing
29 for "white box" testing: because test code is part of the kernel, it can access
34 concept of 'unit' testing.
62 details. This aligns well with 'system' or 'end-to-end' testing.
74 Documentation/dev-tools/gcov.rst is GCC's coverage testing tool, which can be
/linux/tools/testing/selftests/rcutorture/bin/
A Dtorture.sh342 …torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$dura…
348 …torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus -…
354 …torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --d…
378 …torture_set "rcuscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --al…
384 …torture_set "rcuscale-kvfree" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --a…
390 …torture_set "clocksourcewd-1" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4…
393 …torture_set "clocksourcewd-2" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4…
399 …torture_set "clocksourcewd-3" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4…
423 …FIG_KCSAN_ARG=1 tools/testing/selftests/rcutorture/bin/kcsan-collapse.sh tools/testing/selftests/r…
/linux/Documentation/dev-tools/kunit/
A Dkunit-tool.rst43 ./tools/testing/kunit/kunit.py run
69 ./tools/testing/kunit/kunit.py run --help
82 ./tools/testing/kunit/kunit.py config
89 ./tools/testing/kunit/kunit.py build
96 ./tools/testing/kunit/kunit.py exec
115 ./tools/testing/kunit/kunit.py run --raw_output
131 ./tools/testing/kunit/kunit.py parse /var/log/dmesg
133 dmesg | ./tools/testing/kunit/kunit.py parse
147 ./tools/testing/kunit/kunit.py run 'kunit-resource*'
185 ``tools/testing/kunit/qemu_configs/x86_64.py``.
[all …]
A Drunning_tips.rst18 ( cd "$(git rev-parse --show-toplevel)" && ./tools/testing/kunit/kunit.py run $@ )
36 $ ./tools/testing/kunit/kunit.py run 'sysctl*'
43 $ ./tools/testing/kunit/kunit.py run 'sysctl*.*write*'
64 $ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit/.kunitconfig
71 $ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit
97 $ ./tools/testing/kunit/kunit.py run --kernel_args=param=42 --kernel_args=param2=false
126 $ ./tools/testing/kunit/kunit.py run
139 $ ./tools/testing/kunit/kunit.py run --make_options=CC=/usr/bin/gcc-6
151 the kernel, run the ``./linux`` binary), this section will focus on testing
221 $ ./tools/testing/kunit/kunit.py parse /var/log/dmesg
A Dfaq.rst9 KUnit is a unit testing framework. Autotest, kselftest (and some others) are
14 the finest granularity of testing and as such should allow all possible code
19 There are no testing frameworks currently available for the kernel that do not
23 considered unit testing frameworks.
34 like the KUnit Wrapper (``tools/testing/kunit/kunit.py``) that does not support
48 name. A unit test should be the finest granularity of testing and as such
71 1. Try running ``./tools/testing/kunit/kunit.py run`` with the ``--raw_output``
A Dindex.rst22 KUnit is a lightweight unit testing and mocking framework for the Linux kernel.
46 name. A unit test should be the finest granularity of testing and as such should
69 changes the way you go about testing and even writing code in the first place.
79 but this point also applies to testing. If your tests are slow, unreliable, are
95 * Documentation/dev-tools/kunit/api/index.rst - for the list of KUnit APIs used for testing
/linux/tools/testing/selftests/rcutorture/doc/
A Drcu-test-image.txt5 $ size tools/testing/selftests/rcutorture/initrd/init
7 328 0 8 336 150 tools/testing/selftests/rcutorture/initrd/init
10 some aspect of the rcutorture testing. This will require a more fully
15 tools/testing/selftests/rcutorture/initrd
17 For example, your tools/testing/selftests/rcutorture/initrd/init might
19 scripts need starting to properly monitor or control your testing.
A Dinitrd.txt4 tools/testing/selftests/rcutorture/bin/mkinitrd.sh.
11 cd tools/testing/selftests/rcutorture
/linux/Documentation/ABI/testing/
A Ddebugfs-hyperv5 Description: Fuzz testing status of a vmbus device, whether its in an ON
13 Description: Fuzz testing buffer interrupt delay value between 0 - 1000
21 Description: Fuzz testing message delay value between 0 - 1000 microseconds
/linux/Documentation/bpf/
A Dbpf_lsm.rst134 `tools/testing/selftests/bpf/progs/lsm.c`_ and the corresponding
135 userspace code in `tools/testing/selftests/bpf/prog_tests/test_lsm.c`_
140 .. _tools/testing/selftests/bpf/progs/lsm.c:
141 …https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/tools/testing/selftests/bpf/…
142 .. _tools/testing/selftests/bpf/prog_tests/test_lsm.c:
143 …https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/tools/testing/selftests/bpf/…
A Ds390.rst29 testing \
97 testing \
122 -C tools/testing/selftests \
124 INSTALL_PATH=$PWD/tools/testing/selftests/kselftest_install \
162 cd /linux/tools/testing/selftests/kselftest_install
167 cd /linux/tools/testing/selftests/bpf
/linux/lib/
A DKconfig.kfence19 Note that, KFENCE is not a substitute for explicit testing with tools
64 int "Stress testing of fault handling and error reporting" if EXPERT
70 and allocations/frees. A value of 0 disables stress testing logic.
72 Only for KFENCE testing; set to 0 if you are not a KFENCE developer.
79 Test suite for KFENCE, testing various error detection scenarios with
/linux/Documentation/driver-api/rapidio/
A Dsysfs.rst6 Documentation/ABI/testing/sysfs-bus-rapidio and
7 Documentation/ABI/testing/sysfs-class-rapidio
/linux/Documentation/dev-tools/kunit/api/
A Dindex.rst10 This section documents the KUnit kernel testing API. It is divided into the
15 - documents all of the standard testing API excluding mocking
/linux/Documentation/translations/zh_CN/dev-tools/
A Dindex.rst15 Documentation/translations/zh_CN/dev-tools/testing-overview.rst
24 testing-overview
A Dtesting-overview.rst5 :Original: Documentation/dev-tools/testing-overview.rst
31 (Documentation/dev-tools/testing-overview.rst)辅助阅读。
/linux/tools/testing/selftests/arm64/
A DREADME16 $ make -C tools/testing/selftests TARGETS=arm64 \
21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
/linux/Documentation/admin-guide/
A Dabi-testing.rst1 ABI testing symbols
19 .. kernel-abi:: $srctree/Documentation/ABI/testing
/linux/Documentation/fault-injection/
A Dfault-injection.rst226 This feature is intended for systematic testing of faults in a single
388 tools/testing/fault-injection/failcmd.sh. Please run a command
389 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
394 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
397 # ./tools/testing/fault-injection/failcmd.sh \
398 -- make -C tools/testing/selftests/ run_tests
403 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
404 -- make -C tools/testing/selftests/ run_tests
410 ./tools/testing/fault-injection/failcmd.sh --times=100 \
411 -- make -C tools/testing/selftests/ run_tests
A Dnotifier-error-inject.rst91 There are tools/testing/selftests using the notifier error injection features
94 * tools/testing/selftests/cpu-hotplug/on-off-test.sh
95 * tools/testing/selftests/memory-hotplug/on-off-test.sh
/linux/tools/
A DMakefile86 $(call descend,testing/$@)
116 $(call descend,testing/$(@:_install=),install)
161 $(call descend,testing/$(@:_clean=),clean)
/linux/lib/kunit/
A DKconfig10 testing and mocking framework for the Linux kernel. These tests are
33 KUnit and test KUnit. This option should only be enabled for testing
34 purposes by developers interested in testing that KUnit works as
/linux/Documentation/translations/zh_CN/core-api/
A Dprotection-keys.rst72 .. note:: pkey_set()是RDPKRU和WRPKRU指令的一个封装器。在tools/testing/selftests/x86/protection_keys.c中可以找到一个实现实…
73 tools/testing/selftests/x86/protection_keys.c.

Completed in 29 milliseconds

12345678910>>...18