Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh1178 run_tests() function
1944 run_tests $ns1 $ns2 10.0.1.1
1953 run_tests $ns1 $ns2 10.0.1.1
1962 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
1991 run_tests $ns1 $ns2 10.0.1.1
2000 run_tests $ns1 $ns2 10.0.1.1
2014 run_tests $ns1 $ns2 10.0.1.1
2026 run_tests $ns1 $ns2 10.0.1.1
[all …]
Dmptcp_connect.sh672 run_tests() function
944 run_tests "$ns1" $sender 10.0.1.1
945 run_tests "$ns1" $sender dead:beef:1::1
947 run_tests "$ns2" $sender 10.0.1.2
948 run_tests "$ns2" $sender dead:beef:1::2
949 run_tests "$ns2" $sender 10.0.2.1
950 run_tests "$ns2" $sender dead:beef:2::1
952 run_tests "$ns3" $sender 10.0.2.2
953 run_tests "$ns3" $sender dead:beef:2::2
954 run_tests "$ns3" $sender 10.0.3.2
[all …]
Dmptcp_sockopt.sh294 run_tests() function
365 run_tests $ns1 $ns2 10.0.1.1
366 run_tests $ns1 $ns2 dead:beef:1::1
/linux-6.6.21/tools/testing/selftests/firmware/
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.6.21/tools/testing/selftests/bpf/prog_tests/
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-6.6.21/tools/testing/selftests/powerpc/pmu/
DMakefile28 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
29 …sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
30 …ent_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
68 .PHONY: all run_tests ebb sampling_tests event_code_tests emit_tests
/linux-6.6.21/tools/testing/selftests/timers/
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()
DMakefile23 run_destructive_tests: run_tests
/linux-6.6.21/tools/testing/selftests/riscv/
DMakefile39 run_tests: all target
58 .PHONY: all clean install run_tests emit_tests
/linux-6.6.21/tools/testing/selftests/arm64/
DMakefile40 run_tests: all target
59 .PHONY: all clean install run_tests emit_tests
/linux-6.6.21/tools/testing/selftests/mount/
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.6.21/tools/testing/selftests/net/
Dsocket.c38 static int run_tests(void) in run_tests() function
91 int err = run_tests(); in main()
Dipv6_flowlabel_mgr.c74 static void run_tests(int fd) in run_tests() function
193 run_tests(fd); in main()
Dtraceroute.sh298 run_tests() function
319 run_tests
Dvrf-xfrm-tests.sh346 run_tests() function
426 run_tests
431 run_tests
/linux-6.6.21/tools/testing/selftests/
DMakefile183 run_tests: all target
186 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \
272 .PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar
Dlib.mk72 run_tests: all
156 .PHONY: run_tests all clean install emit_tests
/linux-6.6.21/tools/testing/selftests/drivers/s390x/uvdevice/
DMakefile7 .PHONY: all clean run_tests install
/linux-6.6.21/tools/testing/vsock/
Dutil.h47 void run_tests(const struct test_case *test_cases,
/linux-6.6.21/tools/testing/selftests/sparc64/
DMakefile7 .PHONY: all clean run_tests install
/linux-6.6.21/tools/testing/selftests/powerpc/
DMakefile51 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
/linux-6.6.21/Documentation/dev-tools/
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
252 its exec bit set. Otherwise, lib.mk run_tests will generate a warning.
254 TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests.
/linux-6.6.21/tools/testing/selftests/netfilter/
Dipvs.sh195 run_tests() { function
221 run_tests
/linux-6.6.21/tools/testing/selftests/livepatch/
DREADME31 % make -C tools/testing/selftests TARGETS=livepatch run_tests
/linux-6.6.21/tools/testing/selftests/exec/
Dexecveat.c224 static int run_tests(void) in run_tests() function
427 rc = run_tests(); in main()

12