Home
last modified time | relevance | path

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

123

/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1074 run_tests() function
1947 run_tests $ns1 $ns2 10.0.1.1
1956 run_tests $ns1 $ns2 10.0.1.1
1965 run_tests $ns1 $ns2 10.0.1.1
1974 run_tests $ns1 $ns2 10.0.1.1
1984 run_tests $ns1 $ns2 10.0.1.1
1994 run_tests $ns1 $ns2 10.0.1.1
2003 run_tests $ns1 $ns2 10.0.1.1
2077 run_tests $ns1 $ns2 10.0.1.1
2088 run_tests $ns1 $ns2 10.0.1.1
[all …]
H A Dmptcp_connect.sh658 run_tests() function
931 run_tests "$ns1" $sender 10.0.1.1
932 run_tests "$ns1" $sender dead:beef:1::1
934 run_tests "$ns2" $sender 10.0.1.2
935 run_tests "$ns2" $sender dead:beef:1::2
936 run_tests "$ns2" $sender 10.0.2.1
937 run_tests "$ns2" $sender dead:beef:2::1
939 run_tests "$ns3" $sender 10.0.2.2
940 run_tests "$ns3" $sender dead:beef:2::2
941 run_tests "$ns3" $sender 10.0.3.2
[all …]
H A Dmptcp_sockopt.sh288 run_tests() function
361 run_tests $ns1 $ns2 10.0.1.1
362 run_tests $ns1 $ns2 dead:beef:1::1
/linux-6.15/tools/testing/selftests/firmware/
H 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-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c148 static void run_tests(int family, enum bpf_map_type map_type) in run_tests() function
166 run_tests(AF_INET, BPF_MAP_TYPE_SOCKMAP); in test_sockmap_ktls()
167 run_tests(AF_INET, BPF_MAP_TYPE_SOCKHASH); in test_sockmap_ktls()
168 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKMAP); in test_sockmap_ktls()
169 run_tests(AF_INET6, BPF_MAP_TYPE_SOCKHASH); in test_sockmap_ktls()
/linux-6.15/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc58 run_tests() {
95 run_tests
113 run_tests
/linux-6.15/tools/testing/selftests/timers/
H 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()
H A DMakefile23 run_destructive_tests: run_tests
/linux-6.15/tools/testing/selftests/riscv/
H A DMakefile39 run_tests: all target
58 .PHONY: all clean install run_tests emit_tests
/linux-6.15/tools/testing/selftests/arm64/
H A DMakefile40 run_tests: all target
59 .PHONY: all clean install run_tests emit_tests
/linux-6.15/tools/testing/selftests/mount/
H 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-6.15/tools/testing/selftests/net/
H A Dsocket.c38 static int run_tests(void) in run_tests() function
91 int err = run_tests(); in main()
H A Dipv6_flowlabel_mgr.c74 static void run_tests(int fd) in run_tests() function
193 run_tests(fd); in main()
H A Dtraceroute.sh288 run_tests() function
309 run_tests
H A Dvrf-xfrm-tests.sh341 run_tests() function
421 run_tests
426 run_tests
/linux-6.15/tools/testing/selftests/powerpc/pmu/
H A DMakefile36 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests; \
70 .PHONY: all run_tests ebb sampling_tests event_code_tests emit_tests
/linux-6.15/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile7 .PHONY: all clean run_tests install
/linux-6.15/tools/testing/selftests/
H A DMakefile214 run_tests: all target
217 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \
310 .PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar
H A Dlib.mk129 run_tests: all
234 .PHONY: run_tests all clean install emit_tests gen_mods_dir clean_mods_dir headers
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c1366 static void run_tests(struct test_definition defs[], int count, in run_tests() function
1502 run_tests(base_test_defs, in run_sve_tests()
1506 run_tests(sve_test_defs, in run_sve_tests()
1538 run_tests(base_test_defs, in run_sme_tests()
1541 run_tests(sve_test_defs, in run_sme_tests()
1544 run_tests(za_test_defs, in run_sme_tests()
1549 run_tests(zt_test_defs, in run_sme_tests()
1628 run_tests(base_test_defs, ARRAY_SIZE(base_test_defs), in main()
/linux-6.15/tools/testing/selftests/sparc64/
H A DMakefile7 .PHONY: all clean run_tests install
/linux-6.15/tools/testing/selftests/powerpc/
H A DMakefile48 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
/linux-6.15/tools/testing/vsock/
H A Dutil.h62 void run_tests(const struct test_case *test_cases,
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dipvs.sh178 run_tests() { function
204 run_tests
/linux-6.15/Documentation/dev-tools/
H A Dkselftest.rst53 $ make -C tools/testing/selftests run_tests
96 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
115 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests
237 * Don't cause the top-level "make run_tests" to fail if your feature is
272 its exec bit set. Otherwise, lib.mk run_tests will generate a warning.
274 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.

123