Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/membarrier/
H A Dmembarrier_test_impl.h22 const char *test_name = in test_membarrier_get_registrations() local
31 test_name, flags, errno); in test_membarrier_get_registrations()
35 test_name, flags, ret, registrations); in test_membarrier_get_registrations()
39 test_name, flags, ret, registrations); in test_membarrier_get_registrations()
47 const char *test_name = "sys membarrier invalid command"; in test_membarrier_cmd_fail() local
52 test_name, cmd, flags); in test_membarrier_cmd_fail()
57 test_name, flags, EINVAL, strerror(EINVAL), in test_membarrier_cmd_fail()
63 test_name, cmd, flags, errno); in test_membarrier_cmd_fail()
70 const char *test_name = "sys membarrier MEMBARRIER_CMD_QUERY invalid flags"; in test_membarrier_flags_fail() local
75 test_name, flags); in test_membarrier_flags_fail()
[all …]
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c60 const char *test_name = "pidfd_send_signal send SIGUSR1"; in test_pidfd_send_signal_simple_success() local
65 test_name); in test_pidfd_send_signal_simple_success()
73 test_name); in test_pidfd_send_signal_simple_success()
81 test_name); in test_pidfd_send_signal_simple_success()
85 test_name); in test_pidfd_send_signal_simple_success()
88 ksft_test_result_pass("%s test: Sent signal\n", test_name); in test_pidfd_send_signal_simple_success()
97 const char *test_name = "pidfd_send_signal signal exited process"; in test_pidfd_send_signal_exited_fail() local
102 test_name); in test_pidfd_send_signal_exited_fail()
109 test_name); in test_pidfd_send_signal_exited_fail()
124 test_name); in test_pidfd_send_signal_exited_fail()
[all …]
H A Dpidfd_fdinfo_test.c42 static void error_report(struct error *err, const char *test_name) in error_report() argument
46 ksft_exit_fail_msg("%s test: Fatal: %s\n", test_name, err->msg); in error_report()
51 ksft_test_result_error("%s test: %s\n", test_name, err->msg); in error_report()
56 ksft_test_result_skip("%s test: %s\n", test_name, err->msg); in error_report()
61 test_name, err->msg); in error_report()
65 ksft_test_result_pass("%s test: Passed\n", test_name); in error_report()
70 test_name, err->code, err->msg); in error_report()
75 static inline int error_check(struct error *err, const char *test_name) in error_check() argument
79 error_report(err, test_name); in error_check()
256 const char *test_name = "pidfd check for NSpid in fdinfo"; in test_pidfd_fdinfo_nspid() local
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dno_forwarding.sh92 local test_name="$1"
98 echo "$test_name: Sending packets"
128 echo "$test_name: Checking which packets were received"
132 check_rcv $h2 "$test_name: Unicast non-IP untagged" \
135 check_rcv $h2 "$test_name: Multicast non-IP untagged" \
138 check_rcv $h2 "$test_name: Broadcast non-IP untagged" \
141 check_rcv $h2 "$test_name: Unicast IPv4 untagged" \
144 check_rcv $h2 "$test_name: Multicast IPv4 untagged" \
147 check_rcv $h2 "$test_name: Unicast IPv6 untagged" \
150 check_rcv $h2 "$test_name: Multicast IPv6 untagged" \
[all …]
H A Dtc_police.sh127 local test_name=$1; shift
149 log_test "$test_name"
182 local test_name=$1; shift
199 log_test "$test_name"
236 local test_name=$1; shift
279 log_test "$test_name"
299 local test_name=$1; shift
321 log_test "$test_name"
354 local test_name=$1; shift
388 log_test "$test_name"
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dno_forwarding.sh92 local test_name="$1"
98 echo "$test_name: Sending packets"
128 echo "$test_name: Checking which packets were received"
132 check_rcv $h2 "$test_name: Unicast non-IP untagged" \
135 check_rcv $h2 "$test_name: Multicast non-IP untagged" \
138 check_rcv $h2 "$test_name: Broadcast non-IP untagged" \
141 check_rcv $h2 "$test_name: Unicast IPv4 untagged" \
144 check_rcv $h2 "$test_name: Multicast IPv4 untagged" \
147 check_rcv $h2 "$test_name: Unicast IPv6 untagged" \
150 check_rcv $h2 "$test_name: Multicast IPv6 untagged" \
[all …]
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h161 #define TEST(test_name) __TEST_IMPL(test_name, -1) argument
180 #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal) argument
182 #define __TEST_IMPL(test_name, _signal) \ argument
183 static void test_name(struct __test_metadata *_metadata); \
184 static inline void wrapper_##test_name( \
190 test_name(_metadata); \
193 static struct __test_metadata _##test_name##_object = \
194 { .name = #test_name, \
195 .fn = &wrapper_##test_name, \
199 static void __attribute__((constructor)) _register_##test_name(void) \
[all …]
/openbmc/u-boot/test/dm/
H A Dtest-main.c127 static int dm_test_main(const char *test_name) in dm_test_main() argument
148 if (!test_name) in dm_test_main()
162 if (test_name && strcmp(test_name, name)) in dm_test_main()
186 if (test_name && !run_count) in dm_test_main()
187 printf("Test '%s' not found\n", test_name); in dm_test_main()
201 const char *test_name = NULL; in do_ut_dm() local
204 test_name = argv[1]; in do_ut_dm()
206 return dm_test_main(test_name); in do_ut_dm()
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py57 global sample_num, last_sec_cpu, last_usec_cpu, start_time, test_name, trace_file
76 …g_plot('set title "{} : frequency : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, dateti…
92 …g_plot('set title "{} : cpu des perf : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, dat…
108 …g_plot('set title "{} : cpu load : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, datetim…
120 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(test_name, datetime.now()))
134 g_plot('set title "{} : cpu des perf : {:%F %H:%M}"'.format(test_name, datetime.now()))
149 g_plot('set title "{} : cpu load : {:%F %H:%M}"'.format(test_name, datetime.now()))
257 test_name = "" variable
287 test_name = arg variable
308 if os.path.exists(test_name):
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profiles.sh102 local test_name=$@; shift
131 log_test "h1->h2: $test_name"
140 local test_name=$@; shift
164 log_test "h2->h1: $test_name"
173 local test_name=$@; shift
177 h1_to_h2 $test_name
183 h2_to_h1 $test_name
/openbmc/linux/tools/testing/selftests/futex/include/
H A Dlogging.h106 void print_result(const char *test_name, int ret) in print_result() argument
110 ksft_test_result_pass("%s\n", test_name); in print_result()
114 ksft_test_result_error("%s\n", test_name); in print_result()
118 ksft_test_result_fail("%s\n", test_name); in print_result()
/openbmc/phosphor-time-manager/test/
H A Dmeson.build18 test_name = tests.split('.')[0] variable
19 test(test_name,
20 executable(test_name,tests,
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py147 def test_and_diff(test_name, dir_name, update): argument
150 test_frontend(os.path.join(dir_name, test_name + '.json'))
164 outfp = open_test_result(dir_name, test_name + '.out', update)
165 errfp = open_test_result(dir_name, test_name + '.err', update)
177 print("%s %s" % (test_name, 'UPDATE' if update else 'FAIL'),
218 test_name = os.path.splitext(base_name)[0]
219 status |= test_and_diff(test_name, dir_name, args.update)
/openbmc/linux/include/kunit/
H A Dtest.h160 #define KUNIT_CASE(test_name) \ argument
161 { .run_case = test_name, .name = #test_name, \
172 #define KUNIT_CASE_ATTR(test_name, attributes) \ argument
173 { .run_case = test_name, .name = #test_name, \
183 #define KUNIT_CASE_SLOW(test_name) \ argument
184 { .run_case = test_name, .name = #test_name, \
204 #define KUNIT_CASE_PARAM(test_name, gen_params) \ argument
205 { .run_case = test_name, .name = #test_name, \
217 #define KUNIT_CASE_PARAM_ATTR(test_name, gen_params, attributes) \ argument
218 { .run_case = test_name, .name = #test_name, \
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
14 self.test_name = test_name
96 ftap += 'ok {} {} - {}'.format(str(index), t.test_id, t.test_name)
115 xunit += 'name=\"{}\">\n'.format(escape(t.test_name))
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py56 module_name, class_name, test_name = m.groups()
62 if test_name and test_name not in modules_dict[module_name][class_name]:
63 modules_dict[module_name][class_name].append(test_name)
138 test_name = case._testMethodName
164 if test_name not in module[class_name]:
175 if hasattr(case, test_name):
176 method = getattr(case, test_name)
/openbmc/linux/tools/testing/selftests/size/
H A Dget_size.c89 static const char *test_name = " get runtime memory use\n"; in _start() local
97 print(test_name); in _start()
102 print(test_name); in _start()
/openbmc/linux/tools/testing/selftests/ptp/
H A Dphc.sh66 local test_name=$1
70 printf "TEST: %-60s [FAIL]\n" "$test_name"
74 printf "TEST: %-60s [ OK ]\n" "$test_name"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0003-testing-add-the-output-format-for-ptest.patch21 + test_name=`basename $i`
24 + echo "PASS: $test_name"
27 + echo "FAIL: $test_name"
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h34 #define TEST_F_FORK(fixture_name, test_name) \ argument
35 static void fixture_name##_##test_name##_child( \
39 TEST_F(fixture_name, test_name) \
47 fixture_name##_##test_name##_child(_metadata, self, variant); \
75 static void fixture_name##_##test_name##_child( \
/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_test.c56 overlaps, should_fail, test_name) \ argument
58 .name = test_name, \
157 char *test_name = "mremap expand merge"; in mremap_expand_merge() local
183 ksft_test_result_pass("%s\n", test_name); in mremap_expand_merge()
185 ksft_test_result_fail("%s\n", test_name); in mremap_expand_merge()
196 char *test_name = "mremap expand merge offset"; in mremap_expand_merge_offset() local
222 ksft_test_result_pass("%s\n", test_name); in mremap_expand_merge_offset()
224 ksft_test_result_fail("%s\n", test_name); in mremap_expand_merge_offset()
/openbmc/u-boot/tools/dtoc/
H A Ddtoc.py56 test_name = args and args[0] or None
58 if test_name:
60 suite = unittest.TestLoader().loadTestsFromName(test_name, module)
H A Ddtoc56 test_name = args and args[0] or None
58 if test_name:
60 suite = unittest.TestLoader().loadTestsFromName(test_name, module)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c152 const char *test_name; member
198 const char *test_name, in should_run_subtest() argument
204 if (glob_match(test_name, sel->blacklist.tests[i].name)) { in should_run_subtest()
217 if (glob_match(test_name, sel->whitelist.tests[i].name)) { in should_run_subtest()
247 fprintf(env.stdout, "#%-*d %s:", TEST_NUM_WIDTH, test->test_num, test->test_name); in print_test_result()
269 const char *test_name, char *subtest_name, in print_subtest_name() argument
278 test_name, subtest_name); in print_subtest_name()
328 jsonw_string_field(w, "name", test->test_name); in dump_test_log()
351 test->test_name, subtest_state->name, in dump_test_log()
436 test->test_name, subtest_state->name, in test__end_subtest()
[all …]
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c258 const char *test_name, snd_config_t *pcm_cfg) in test_pcm_time() argument
298 test_class_name, test_name, in test_pcm_time()
356 test_name, in test_pcm_time()
434 test_class_name, test_name, in test_pcm_time()
495 test_class_name, test_name, in test_pcm_time()
505 test_class_name, test_name, in test_pcm_time()
510 test_class_name, test_name, in test_pcm_time()
527 const char *test_name, *test_type; in run_time_tests() local
540 if (snd_config_get_id(pcm_cfg, &test_name) < 0) in run_time_tests()
544 test_pcm_time(pcm, class, test_name, pcm_cfg); in run_time_tests()

1234