Searched refs:current_test (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | resource_scale.sh | 11 current_test="" 16 if [ ! -z $current_test ]; then 17 ${current_test}_cleanup 35 for current_test in ${TESTS:-$ALL_TESTS}; do 37 source ${current_test}_scale.sh 39 num_netifs_var=${current_test^^}_NUM_NETIFS 46 log_test "'$current_test' [$profile] setting" 52 target=$(${current_test}_get_target "$should_fail") 54 log_test_skip "'$current_test' [$profile] should_fail=$should_fail test" 57 ${current_test}_setup_prepare [all …]
|
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | resource_scale.sh | 14 current_test="" 19 if [ ! -z $current_test ]; then 20 ${current_test}_cleanup 38 for current_test in ${TESTS:-$ALL_TESTS}; do 40 source ${current_test}_scale.sh 42 num_netifs_var=${current_test^^}_NUM_NETIFS 47 target=$(${current_test}_get_target "$should_fail") 49 log_test_skip "'$current_test' should_fail=$should_fail test" 53 ${current_test}_setup_prepare 57 target=$(${current_test}_get_target "$should_fail") [all …]
|
/Linux-v6.1/lib/ |
D | test_kprobes.c | 18 static struct kunit *current_test; variable 32 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_pre_handler() 40 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_post_handler() 41 KUNIT_EXPECT_EQ(current_test, preh_val, (rand1 / div_factor)); in kp_post_handler() 53 current_test = test; in test_kprobe() 102 KUNIT_EXPECT_EQ(current_test, preh_val, (rand1 / div_factor) + 1); in kp_post_handler2() 116 current_test = test; in test_kprobes() 144 KUNIT_EXPECT_FALSE(current_test, preemptible()); in entry_handler() 153 KUNIT_EXPECT_FALSE(current_test, preemptible()); in return_handler() 154 KUNIT_EXPECT_EQ(current_test, ret, rand1 / div_factor); in return_handler() [all …]
|
D | test_fprobe.c | 13 static struct kunit *current_test; variable 35 KUNIT_EXPECT_FALSE(current_test, preemptible()); in fp_entry_handler() 38 KUNIT_EXPECT_EQ(current_test, ip, target2_ip); in fp_entry_handler() 46 KUNIT_EXPECT_FALSE(current_test, preemptible()); in fp_exit_handler() 48 KUNIT_EXPECT_EQ(current_test, ip, target2_ip); in fp_exit_handler() 49 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor) + 1); in fp_exit_handler() 51 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor)); in fp_exit_handler() 52 KUNIT_EXPECT_EQ(current_test, entry_val, (rand1 / div_factor)); in fp_exit_handler() 63 current_test = test; in test_fprobe_entry() 91 current_test = test; in test_fprobe() [all …]
|
/Linux-v6.1/arch/s390/lib/ |
D | test_unwind.c | 20 static struct kunit *current_test; variable 39 kunit_err(current_test, "%s\n", p); in print_backtrace() 59 kunit_err(current_test, "failed to allocate backtrace buffer\n"); in test_unwind() 74 kunit_err(current_test, "unwind state reliable but addr is 0\n"); in test_unwind() 86 kunit_err(current_test, "backtrace buffer is too small\n"); in test_unwind() 98 kunit_err(current_test, "unwind error\n"); in test_unwind() 102 kunit_err(current_test, "unwindme_func2 and unwindme_func1 not found\n"); in test_unwind() 106 kunit_err(current_test, "Maximum number of frames exceeded\n"); in test_unwind() 110 kunit_err(current_test, "__kretprobe_trampoline+0x0 in unwinding results\n"); in test_unwind() 194 kunit_skip(current_test, "requires CONFIG_KPROBES"); in test_unwind_kretprobe() [all …]
|
/Linux-v6.1/tools/testing/selftests/ptp/ |
D | phc.sh | 80 local current_test 82 for current_test in ${TESTS:-$ALL_TESTS}; do 83 $current_test
|
/Linux-v6.1/tools/testing/selftests/drivers/net/bonding/ |
D | net_forwarding_lib.sh | 1118 $current_test
|
/Linux-v6.1/tools/testing/selftests/drivers/net/dsa/ |
D | lib.sh | 1118 $current_test
|
/Linux-v6.1/tools/testing/selftests/drivers/net/team/ |
D | net_forwarding_lib.sh | 1118 $current_test
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | lib.sh | 1118 $current_test
|