/linux/tools/testing/selftests/vsock/ |
H A D | vmtest.sh | 307 local testname=$1 310 log "test:${testname}:host" "$@" 314 local testname=$1 317 log "test:${testname}:guest" "$@" 321 local testname="${FUNCNAME[0]#test_}" 327 2>&1 | log_guest "${testname}" & 335 --control-port="${TEST_HOST_PORT}" 2>&1 | log_host "${testname}" 341 local testname="${FUNCNAME[0]#test_}" 346 --peer-cid "${VSOCK_CID}" 2>&1 | log_host "${testname}" & 354 --control-port="${TEST_HOST_PORT_LISTENER}" 2>&1 | log_guest "${testname}" [all...] |
/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname, trace_file 110 g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 131 g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 148 g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 164 g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 181 g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now())) 194 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now())) 211 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now())) 225 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now())) 239 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetim 504 testname = "" global() variable 533 testname = arg global() variable [all...] |
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_tproxy_tcp.sh | 142 local testname="test_${ip_proto}_tcp_${traffic_origin}" 236 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2" 238 echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2, not \"${expect_ns1_ns2}\" as intended" 245 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3" 247 echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3, not \"$expect_ns1_ns3\" as intended" 254 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2" 256 echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2, not \"$expect_nsrouter_ns2\" as intended" 263 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3" 265 echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3, not \"$expect_nsrouter_ns3\" as intended"
|
H A D | nft_tproxy_udp.sh | 142 local testname="test_${ip_proto}_udp_forward" 210 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2" 212 echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2, not \"${expect_ns1_ns2}\" as intended" 219 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3" 221 echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3, not \"$expect_ns1_ns3\" as intended" 228 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2" 230 echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2, not \"$expect_nsrouter_ns2\" as intended" 237 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3" 239 echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3, not \"$expect_nsrouter_ns3\" as intended"
|
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount_test_ns.c | 25 static void handle_result(int ret, const char *testname) in handle_result() argument 28 ksft_test_result_pass("%s\n", testname); in handle_result() 30 ksft_test_result_fail("%s\n", testname); in handle_result() 32 ksft_exit_fail_msg("%s\n", testname); in handle_result() 34 ksft_test_result_skip("%s\n", testname); in handle_result()
|
/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | run_net_forwarding_test.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | bridge_mdb.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | no_forwarding.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | bridge_vlan_mcast.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | bridge_mld.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | bridge_vlan_aware.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | bridge_locked_port.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | tc_actions.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | local_termination.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | bridge_vlan_unaware.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
H A D | tc_taprio.sh | 5 testname=$(basename "${BASH_SOURCE[0]}") 9 source "./$testname" "$@"
|
/linux/tools/testing/selftests/net/ |
H A D | gro.c | 87 static char *testname = "data"; variable 126 if (strcmp(testname, "ip") == 0) { in setup_sock_filter() 989 if (strcmp(testname, "data") == 0) { in gro_sender() 998 } else if (strcmp(testname, "ack") == 0) { in gro_sender() 1001 } else if (strcmp(testname, "flags") == 0) { in gro_sender() 1013 } else if (strcmp(testname, "tcp") == 0) { in gro_sender() 1025 } else if (strcmp(testname, "ip") == 0) { in gro_sender() 1069 } else if (strcmp(testname, "large") == 0) { in gro_sender() 1104 if (strcmp(testname, "data") == 0) { in gro_receiver() 1117 } else if (strcmp(testname, "ac in gro_receiver() [all...] |
/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 428 local testname=`basename $1` 432 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_iter.c | 52 int order, const char *testname) in read_from_cgroup_iter() argument 84 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter()
|
/linux/fs/bcachefs/ |
H A D | tests.c | 806 int bch2_btree_perf_test(struct bch_fs *c, const char *testname, in bch2_btree_perf_test() argument 828 if (!strcmp(testname, #_test)) j.fn = _test in bch2_btree_perf_test() 860 pr_err("unknown test %s", testname); in bch2_btree_perf_test() 864 //pr_info("running test %s:", testname); in bch2_btree_perf_test() 878 scnprintf(name_buf, sizeof(name_buf), "%s:", testname); in bch2_btree_perf_test()
|
/linux/lib/ |
H A D | locking-selftest.c | 1500 static inline void print_testname(const char *testname) in print_testname() argument 1502 printk("%33s:", testname); in print_testname()
|
/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 81 /tmp/testname file(s) when summary option is specified. This is applicable
|