/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | sk_storage_map.c | 593 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 D | pcm-test.c | 258 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 D | test_progs.c | 152 const char *test_name; member 198 const char *test_name, in should_run_subtest() argument 278 test_name, subtest_name); in print_subtest_name() 351 test->test_name, subtest_state->name, in dump_test_log() 436 test->test_name, subtest_state->name, in test__end_subtest() 485 test->test_name, in test__start_subtest() 526 env.test->test_num, env.test->test_name); in test__join_cgroup() 654 .test_name = #name, \ 1563 test->test_name); in worker_main() 1603 test->test_name); in worker_main() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 182 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 D | binman | 69 test_name = args and args[0] or None 74 if test_name: 76 suite.addTests(loader.loadTestsFromName(test_name, module))
|
H A D | binman.py | 69 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 D | map_perf_test_user.c | 125 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 D | sockmap_ktls.c | 140 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 D | lwt_redirect.c | 159 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 D | flow_dissector_reattach.c | 575 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 D | qmp-cmd-test.c | 188 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()
|
H A D | bcm2835-i2c-test.c | 100 g_autofree char *test_name = in main() local 102 qtest_add_data_func(test_name, (void *)(intptr_t) i, in main()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | ksm_tests.c | 786 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 D | futex_wait_timeout.c | 64 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 D | concurrencytest.py | 156 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 D | logparser.py | 104 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 D | basic_qos.sh | 154 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 D | check_user_mem.c | 202 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 D | 0002-tests-add-support-for-install-the-tests.patch | 86 + test_conf.set('program', test_name) 89 + output: test_name + '.test', 95 test(test_name, exe, env: env, timeout : 3 * 60)
|
H A D | 0003-tests-use-a-dictionaries-for-environment.patch | 29 - env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), test_name)) 41 + 'GST_REGISTRY': '@0@/@1@.registry'.format(meson.current_build_dir(), test_name),
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_utils.robot | 33 ${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 D | test.c | 56 #define puttestname(test_name, trampoline_name) do { \ argument 57 putstr(test_name); \
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | qos_fuzz.c | 172 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 D | 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 65 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 D | yoctotestresultsquerytests.py | 25 test_name = data["input"]
|