Home
last modified time | relevance | path

Searched refs:test_name (Results 26 – 50 of 89) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c593 const char *test_name, *env_opt; in test_sk_storage_map() local
596 test_name = getenv(BPF_SK_STORAGE_MAP_TEST_NAME); in test_sk_storage_map()
610 if (!test_name || !strcmp(test_name, "basic")) { in test_sk_storage_map()
614 if (!test_name || !strcmp(test_name, "stress_free")) { in test_sk_storage_map()
618 if (!test_name || !strcmp(test_name, "stress_change")) { in test_sk_storage_map()
626 CHECK(1, "Invalid test_name", "%s\n", test_name); in test_sk_storage_map()
/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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c138 const char *test_name; member
184 const char *test_name, in should_run_subtest() argument
264 test_name, subtest_name); in print_subtest_name()
337 test->test_name, subtest_state->name, in dump_test_log()
422 test->test_name, subtest_state->name, in test__end_subtest()
471 test->test_name, in test__start_subtest()
512 env.test->test_num, env.test->test_name); in test__join_cgroup()
640 .test_name = #name, \
1549 test->test_name); in worker_main()
1589 test->test_name); in worker_main()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c182 void dumpdata(char *s1, char *s2, int n, char *test_name) in dumpdata() argument
186 printf(" %s: unexpected result:\n", test_name); in dumpdata()
197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp() argument
210 dumpdata(s1c, s2c, n, test_name); in test_memcmp()
221 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() argument
226 printf("\tDoing %s:\t", test_name); in do_test()
276 test_memcmp(mem0, ci0, width, offset, test_name); in do_test()
286 r |= test_memcmp(mem1, ci1, width, offset, test_name); in do_test()
/openbmc/u-boot/tools/binman/
H A Dbinman69 test_name = args and args[0] or None
74 if test_name:
76 suite.addTests(loader.loadTestsFromName(test_name, module))
H A Dbinman.py69 test_name = args and args[0] or None
74 if test_name:
76 suite.addTests(loader.loadTestsFromName(test_name, module))
/openbmc/linux/samples/bpf/
H A Dmap_perf_test_user.c125 const char *test_name; in do_test_lru() local
172 test_name = "lru_hash_map_perf"; in do_test_lru()
175 test_name = "nocommon_lru_hash_map_perf"; in do_test_lru()
178 test_name = "inner_lru_hash_map_perf"; in do_test_lru()
181 test_name = "lru_hash_lookup_perf"; in do_test_lru()
199 cpu, test_name, in do_test_lru()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c140 static char test_name[MAX_TEST_NAME]; in fmt_test_name() local
142 snprintf(test_name, MAX_TEST_NAME, in fmt_test_name()
146 return test_name; in fmt_test_name()
H A Dlwt_redirect.c159 static void send_and_capture_test_packets(const char *test_name, int tap_fd, in send_and_capture_test_packets() argument
175 log_err("%s egress test fails", test_name); in send_and_capture_test_packets()
184 log_err("%s ingress test fails", test_name); in send_and_capture_test_packets()
H A Dflow_dissector_reattach.c575 const char *test_name; in run_tests() member
608 char test_name[80]; in run_tests() local
617 snprintf(test_name, sizeof(test_name), in run_tests()
619 tests[i].test_name, in run_tests()
621 if (test__start_subtest(test_name)) in run_tests()
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c188 char *test_name; in add_query_tests() local
212 test_name = g_strdup_printf("qmp/%s", si->name); in add_query_tests()
213 qtest_add_data_func(test_name, si->name, test_query); in add_query_tests()
214 g_free(test_name); in add_query_tests()
/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_tests.c786 int test_name = CHECK_KSM_MERGE; in main() local
849 test_name = CHECK_KSM_UNMERGE; in main()
852 test_name = CHECK_KSM_ZERO_PAGE_MERGE; in main()
855 test_name = CHECK_KSM_NUMA_MERGE; in main()
858 test_name = KSM_MERGE_TIME; in main()
861 test_name = KSM_MERGE_TIME_HUGE_PAGES; in main()
864 test_name = KSM_UNMERGE_TIME; in main()
867 test_name = KSM_COW_TIME; in main()
894 switch (test_name) { in main()
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c64 static void test_timeout(int res, int *ret, char *test_name, int err) in test_timeout() argument
67 ksft_test_result_fail("%s returned %d\n", test_name, in test_timeout()
71 ksft_test_result_pass("%s succeeds\n", test_name); in test_timeout()
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py156 test_name = line[offset:-1].decode('utf8')
157 self.parser._current_test = subunit.RemotedTestCase(test_name)
158 self.parser.current_test_description = test_name
171 test_name = line[offset:-1].decode('utf8')
172 self.parser._current_test = subunit.RemotedTestCase(test_name)
173 self.parser.current_test_description = test_name
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dlogparser.py104 for test_name in sorted(self.results[section]):
105 status = self.results[section][test_name]
106 f.write(status + ": " + test_name + "\n")
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dbasic_qos.sh154 local test_name=$1; shift
173 log_test "IPv4 ${test_name}"
184 log_test "IPv6 ${test_name}"
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c202 char test_name[TEST_NAME_MAX]; in main() local
231 format_test_name(test_name, TEST_NAME_MAX, in main()
233 evaluate_test(res, test_name); in main()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0002-tests-add-support-for-install-the-tests.patch87 + test_conf.set('program', test_name)
90 + output: test_name + '.test',
96 test(test_name, exe, env: env, timeout : 3 * 60)
H A D0003-tests-use-a-dictionaries-for-environment.patch30 - env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), test_name))
42 + 'GST_REGISTRY': '@0@/@1@.registry'.format(meson.current_build_dir(), test_name),
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot33 ${test_name}= Get strip string ${TEST_NAME}
34 ${test_name}= Catenate SEPARATOR= ${FFDC_TIME}_ ${test_name}
35 RETURN ${suite_name} ${test_name}
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c56 #define puttestname(test_name, trampoline_name) do { \ argument
57 putstr(test_name); \
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c172 char *test_name = strrchr(path_str, '/') + 1; in walk_path() local
173 if (strcmp(test_name, fuzz_target_name) == 0) { in walk_path()
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/
H A D0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch65 foreach test_name, test_data: installed_tests
66 test_sources = [ test_name + '.c', 'test-common.c' ]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dyoctotestresultsquerytests.py25 test_name = data["input"]
/openbmc/linux/mm/kfence/
H A Dkfence_test.c775 #define KFENCE_KUNIT_CASE(test_name) \ argument
776 { .run_case = test_name, .name = #test_name }, \
777 { .run_case = test_name, .name = #test_name "-memcache" }

1234