| /linux/tools/testing/selftests/net/rds/ |
| H A D | README.txt | 32 -t Test timeout. Defaults to tools/testing/selftests/net/rds/settings 57 tools/testing/selftests/net/rds/config.sh -g 60 tools/testing/selftests/net/rds/config.sh -r 63 tools/testing/selftests/net/rds/config.sh 66 tools/testing/selftests/net/rds/config.sh -c .config.local 73 "export PYTHONPATH=tools/testing/selftests/net/; \ 75 export RDS_LOG_DIR=tools/testing/selftests/net/rds/rds_logs; \ 76 tools/testing/selftests/net/rds/rds_run.sh -T tcp,rdma"
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | index.rst | 21 This section details the kernel unit testing framework. 26 KUnit (Kernel unit testing framework) provides a common framework for 33 (C++ unit testing framework). 42 KUnit follows the white-box testing approach. The test has access to 46 In addition, KUnit has kunit_tool, a script (``tools/testing/kunit/kunit.py``) 69 granularity of testing and allows all possible code paths to be tested in the 91 - Increases testing speed and development in the long run. 93 compared to acceptance testing. 106 or to experiment with tools/testing/kunit/kunit.py and the example test under 109 Happy testing!
|
| H A D | running_tips.rst | 18 ( 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 --kunitconfig=.kunit/ --kunitconfig=tools/testing/kunit/confi… 139 $ ./tools/testing/kunit/kunit.py run --make_options=CC=/usr/bin/gcc-6 147 …$ ./tools/testing/kunit/kunit.py run --make_options LLVM=1 --kunitconfig=.kunit/ --kunitconfig=too… 162 the kernel, run the ``./linux`` binary), this section will focus on testing [all …]
|
| H A D | start.rst | 24 ./tools/testing/kunit/kunit.py run 77 tools/testing/kunit/kunit.py config 99 ./tools/testing/kunit/kunit.py run \ 105 ./tools/testing/kunit/kunit.py run \ 135 ./tools/testing/kunit/kunit.py run "kunit_executor_test" 140 ./tools/testing/kunit/kunit.py run "example.example_simple_test" 146 ./tools/testing/kunit/kunit.py run "*.*64*" 284 ./tools/testing/kunit/kunit.py run 309 for testing different things), see Documentation/dev-tools/kunit/usage.rst
|
| /linux/tools/testing/kunit/configs/ |
| H A D | coverage_uml.config | 4 # ./tools/testing/kunit/kunit.py run \ 5 # --kunitconfig=tools/testing/kunit/configs/all_tests_uml.config \ 6 # --kunitconfig=tools/testing/kunit/configs/coverage_uml.config
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | torture.sh | 16 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE 273 # normal rcutorture testing, but no KASAN or KCSAN testing. 421 amcdir="tools/testing/selftests/rcutorture/res/$ds/allmodconfig" 463 rtfdir="tools/testing/selftests/rcutorture/res/$ds/results-rcutasksflavors" 475 tools/testing/selftests/rcutorture/bin/kvm.sh --datestamp "$ds/results-rcutasksflavors/$flavor" --buildonly --configs "TINY01 TREE04" --kconfig "CONFIG_RCU_EXPERT=y CONFIG_RCU_SCALE_TEST=y CONFIG_KPROBES=n CONFIG_RCU_TRACE=n CONFIG_TRACING=n CONFIG_BLK_DEV_IO_TRACE=n CONFIG_UPROBE_EVENTS=n $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.out 2>&1 497 torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make 503 torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make 511 torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --duration "$duration_scftorture" --configs "$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$SCALE_ALLOTED_CPUS" --memory ${scfmem}G --trust-make 516 # In both runs, disable testing o [all...] |
| /linux/tools/testing/selftests/rcutorture/doc/ |
| H A D | rcu-test-image.txt | 5 $ 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.
|
| H A D | initrd.txt | 4 tools/testing/selftests/rcutorture/bin/mkinitrd.sh. 11 cd tools/testing/selftests/rcutorture
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-hyperv | 5 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/ |
| H A D | map_sockmap.rst | 348 - `tools/testing/selftests/bpf/progs/test_sockmap_kern.h`_ 349 - `tools/testing/selftests/bpf/progs/sockmap_parse_prog.c`_ 350 - `tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c`_ 351 - `tools/testing/selftests/bpf/progs/test_sockmap_listen.c`_ 352 - `tools/testing/selftests/bpf/progs/test_sockmap_update.c`_ 439 - `tools/testing/selftests/bpf/prog_tests/sockmap_basic.c`_ 440 - `tools/testing/selftests/bpf/test_sockmap.c`_ 441 - `tools/testing/selftests/bpf/test_maps.c`_ 491 … _`tools/testing/selftests/bpf/progs/test_sockmap_kern.h`: https://git.kernel.org/pub/scm/linux/ke… 492 …_`tools/testing/selftests/bpf/progs/sockmap_parse_prog.c`: https://git.kernel.org/pub/scm/linux/ke… [all …]
|
| H A D | prog_lsm.rst | 134 `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/…
|
| H A D | s390.rst | 29 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/drivers/net/wireless/virtual/ |
| H A D | Kconfig | 2 tristate "Simulated radio testing tool for mac80211" 5 This driver is a developer testing tool that can be used to test 7 needed for normal wireless LAN usage and is only for testing. See
|
| /linux/Documentation/dev-tools/ |
| H A D | index.rst | 10 A brief overview of testing-specific tools can be found in 11 Documentation/dev-tools/testing-overview.rst 20 testing-overview
|
| /linux/drivers/thermal/testing/ |
| H A D | Makefile | 5 obj-$(CONFIG_THERMAL_CORE_TESTING) += thermal-testing.o 7 thermal-testing-y := command.o zone.o
|
| /linux/Documentation/translations/zh_CN/rust/ |
| H A D | testing.rst | 4 :Original: Documentation/rust/testing.rst 31 ./tools/testing/kunit/kunit.py run --make_options LLVM=1 --arch x86_64 --kconfig_add CONFIG_RUST=y 206 Kselftests 可以在 ``tools/testing/selftests/rust`` 文件夹中找到。 208 测试所需的内核配置选项列在 ``tools/testing/selftests/rust/config`` 文件中, 211 ./scripts/kconfig/merge_config.sh .config tools/testing/selftests/rust/config
|
| /linux/Documentation/driver-api/rapidio/ |
| H A D | sysfs.rst | 6 Documentation/ABI/testing/sysfs-bus-rapidio and 7 Documentation/ABI/testing/sysfs-class-rapidio
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | index.rst | 15 Documentation/translations/zh_CN/dev-tools/testing-overview.rst 21 testing-overview
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | index.rst | 17 Documentation/translations/zh_TW/dev-tools/testing-overview.rst 26 testing-overview
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | Kconfig | 18 It is highly configurable and is ideal for testing applications. 34 bool "Enable Framebuffer for testing Output Overlay" 41 testing Output Overlay.
|
| /linux/lib/ |
| H A D | Kconfig.kfence | 19 Note that, KFENCE is not a substitute for explicit testing with tools 76 int "Stress testing of fault handling and error reporting" if EXPERT 82 and allocations/frees. A value of 0 disables stress testing logic. 84 Only for KFENCE testing; set to 0 if you are not a KFENCE developer. 91 Test suite for KFENCE, testing various error detection scenarios with
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | checktransupdate.rst | 39 - ``tools/docs/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst… 49 Documentation/translations/zh_CN/dev-tools/testing-overview.rst
|
| /linux/tools/testing/selftests/arm64/ |
| H A D | README | 16 $ make -C tools/testing/selftests TARGETS=arm64 \ 21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
|
| /linux/Documentation/dev-tools/kunit/api/ |
| H A D | index.rst | 17 This page documents the KUnit kernel testing API. It is divided into the 25 - Documents all of the standard testing API
|
| /linux/tools/testing/selftests/riscv/ |
| H A D | README | 15 $ make -C tools/testing/selftests TARGETS=riscv \ 20 $ make -C tools/testing/selftests TARGETS=riscv RISCV_SUBTARGETS="mm vector" \
|