Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 25 of 50) sorted by relevance

12

/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_join.sh1079 run_tests() function
1934 run_tests $ns1 $ns2 10.0.1.1
1943 run_tests $ns1 $ns2 10.0.1.1
1952 run_tests $ns1 $ns2 10.0.1.1
1961 run_tests $ns1 $ns2 10.0.1.1
1971 run_tests $ns1 $ns2 10.0.1.1
1981 run_tests $ns1 $ns2 10.0.1.1
1990 run_tests $ns1 $ns2 10.0.1.1
2064 run_tests $ns1 $ns2 10.0.1.1
2075 run_tests $ns1 $ns2 10.0.1.1
[all …]
A Dmptcp_connect.sh663 run_tests() function
936 run_tests "$ns1" $sender 10.0.1.1
937 run_tests "$ns1" $sender dead:beef:1::1
939 run_tests "$ns2" $sender 10.0.1.2
940 run_tests "$ns2" $sender dead:beef:1::2
941 run_tests "$ns2" $sender 10.0.2.1
942 run_tests "$ns2" $sender dead:beef:2::1
944 run_tests "$ns3" $sender 10.0.2.2
945 run_tests "$ns3" $sender dead:beef:2::2
946 run_tests "$ns3" $sender 10.0.3.2
[all …]
A Dmptcp_sockopt.sh281 run_tests() function
354 run_tests $ns1 $ns2 10.0.1.1
355 run_tests $ns1 $ns2 dead:beef:1::1
/linux/tools/testing/selftests/firmware/
A Dfw_run_tests.sh16 run_tests() function
39 run_tests 0 1
51 run_tests 0 0
62 run_tests 1 0
78 run_tests
/linux/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_ktls.c149 static void run_tests(int family, enum bpf_map_type map_type) in run_tests() function
167 run_tests(AF_INET, BPF_MAP_TYPE_SOCKMAP); in test_sockmap_ktls()
168 run_tests(AF_INET, BPF_MAP_TYPE_SOCKHASH); in test_sockmap_ktls()
169 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKMAP); in test_sockmap_ktls()
170 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKHASH); in test_sockmap_ktls()
/linux/tools/testing/selftests/ftrace/test.d/00basic/
A Dtest_ownership.tc58 run_tests() {
95 run_tests
113 run_tests
/linux/tools/testing/selftests/timers/
A Dclocksource-switch.c106 int run_tests(int secs) in run_tests() function
165 if (run_tests(5)) { in main()
175 return run_tests(runtime); in main()
A DMakefile23 run_destructive_tests: run_tests
/linux/tools/testing/selftests/riscv/
A DMakefile39 run_tests: all target
58 .PHONY: all clean install run_tests emit_tests
/linux/tools/testing/selftests/arm64/
A DMakefile40 run_tests: all target
59 .PHONY: all clean install run_tests emit_tests
/linux/tools/testing/selftests/mount/
A Dnosymfollow-test.c194 static void run_tests(bool nosymfollow) in run_tests() function
210 run_tests(false); in main()
215 run_tests(true); in main()
/linux/tools/testing/selftests/net/
A Dsocket.c38 static int run_tests(void) in run_tests() function
91 int err = run_tests(); in main()
A Dipv6_flowlabel_mgr.c74 static void run_tests(int fd) in run_tests() function
193 run_tests(fd); in main()
A Dtraceroute.sh288 run_tests() function
309 run_tests
A Dvrf-xfrm-tests.sh341 run_tests() function
421 run_tests
426 run_tests
/linux/tools/testing/selftests/powerpc/pmu/
A DMakefile36 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests; \
70 .PHONY: all run_tests ebb sampling_tests event_code_tests emit_tests
/linux/tools/testing/selftests/drivers/s390x/uvdevice/
A DMakefile7 .PHONY: all clean run_tests install
/linux/tools/testing/selftests/
A DMakefile207 run_tests: all target
210 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \
303 .PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar
A Dlib.mk129 run_tests: all
231 .PHONY: run_tests all clean install emit_tests gen_mods_dir clean_mods_dir
/linux/tools/testing/selftests/arm64/fp/
A Dfp-ptrace.c1242 static void run_tests(struct test_definition defs[], int count, in run_tests() function
1372 run_tests(base_test_defs, in run_sve_tests()
1376 run_tests(sve_test_defs, in run_sve_tests()
1408 run_tests(base_test_defs, in run_sme_tests()
1411 run_tests(sve_test_defs, in run_sme_tests()
1414 run_tests(za_test_defs, in run_sme_tests()
1419 run_tests(zt_test_defs, in run_sme_tests()
1495 run_tests(base_test_defs, ARRAY_SIZE(base_test_defs), in main()
/linux/tools/testing/selftests/sparc64/
A DMakefile7 .PHONY: all clean run_tests install
/linux/tools/testing/vsock/
A Dutil.h60 void run_tests(const struct test_case *test_cases,
/linux/tools/testing/selftests/powerpc/
A DMakefile48 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
/linux/tools/testing/selftests/net/netfilter/
A Dipvs.sh178 run_tests() { function
204 run_tests
/linux/Documentation/dev-tools/
A Dkselftest.rst44 $ make -C tools/testing/selftests run_tests
87 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
106 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
228 * Don't cause the top-level "make run_tests" to fail if your feature is
263 its exec bit set. Otherwise, lib.mk run_tests will generate a warning.
265 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.

Completed in 39 milliseconds

12