Home
last modified time | relevance | path

Searched refs:test_case (Results 26 – 49 of 49) sorted by relevance

12

/openbmc/linux/tools/perf/tests/
H A Dtests.h34 struct test_case { struct
43 struct test_case *test_cases; argument
66 struct test_case tests__##_name[] = { \
H A Dopenat-syscall.c74 static struct test_case tests__openat_syscall_event[] = {
H A Dopenat-syscall-all-cpus.c128 static struct test_case tests__openat_syscall_event_on_all_cpus[] = {
H A Dpfm.c185 static struct test_case pfm_tests[] = {
H A Dwp.c198 static struct test_case wp_tests[] = {
H A Dperf-time-to-tsc.c208 static struct test_case time_to_tsc_tests[] = {
H A Dmmap-basic.c281 static struct test_case tests__basic_mmap[] = {
H A Dperf-record.c340 static struct test_case tests__PERF_RECORD[] = {
H A Dcpumap.c250 static struct test_case tests__cpu_map[] = {
H A Dbuiltin-test.c336 struct test_case test_cases[] = { in run_shell_tests()
H A Dpmu-events.c1036 static struct test_case pmu_events_tests[] = {
H A Dparse-events.c2711 static struct test_case tests__parse_events[] = {
/openbmc/linux/tools/testing/selftests/sysctl/
H A Dsysctl.sh953 test_case $TEST_ID $TEST_COUNT $TEST_TARGET
984 function test_case() function
1017 test_case $1 $(get_test_count $1) $(get_test_target $1)
1022 test_case $1 $2 $(get_test_target $1)
1025 test_case $1 1 $(get_test_target $1)
/openbmc/linux/tools/testing/vsock/
H A Dutil.c317 void run_tests(const struct test_case *test_cases, in run_tests()
365 void list_tests(const struct test_case *test_cases) in list_tests()
377 void skip_test(struct test_case *test_cases, size_t test_cases_len, in skip_test()
H A Dvsock_diag_test.c425 static struct test_case test_cases[] = {
H A Dvsock_test.c1180 static struct test_case test_cases[] = {
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c23 static struct test_case { struct
131 struct test_case *t = &test_cases[i]; in test_core_extern()
H A Dxdp_bonding.c671 struct bond_test_case *test_case = &bond_test_cases[i]; in serial_test_xdp_bonding() local
673 if (test__start_subtest(test_case->name)) in serial_test_xdp_bonding()
676 test_case->mode, in serial_test_xdp_bonding()
677 test_case->xmit_policy); in serial_test_xdp_bonding()
H A Dctx_rewrite.c31 struct test_case { struct
66 static struct test_case test_cases[] = { argument
801 static void run_one_testcase(struct btf *btf, struct test_case *test) in run_one_testcase()
/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c43 struct test_case { struct
68 static struct test_case test_cases[] = { argument
128 void print_test_case(struct test_case *t) in print_test_case()
/openbmc/linux/include/kunit/
H A Dtest.h325 struct kunit_case *test_case);
403 #define kunit_suite_for_each_test_case(suite, test_case) \ argument
404 for (test_case = suite->test_cases; test_case->run_case; test_case++)
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py1545 def func_wrapper(test_case: QMPTestCase, *args: List[Any],
1548 fmts = required_formats(test_case)
1555 test_case.case_skip(msg)
1557 func(test_case, *args, **kwargs)
1567 def func_wrapper(test_case: QMPTestCase, *args: List[Any],
1571 test_case.case_skip(msg)
1573 func(test_case, *args, **kwargs)
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl1030 my $test_case = 0;
1071 $test_case = 1;
1174 $test_case = 1;
1255 return $test_case;
1271 my $test_case;
1274 $test_case = __read_config $config, \$test_num;
1280 if (!$test_case) {
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcodeparser.py132 def test_case(self): member in ShellReferenceTest

12