/openbmc/linux/tools/testing/vsock/ |
H A D | util.h | 24 struct test_case { struct 47 void run_tests(const struct test_case *test_cases, argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | test.py | 61 def getCaseModule(test_case): argument 67 def getCaseClass(test_case): argument 73 def getCaseID(test_case): argument 79 def getCaseFile(test_case): argument 85 def getCaseMethod(test_case): argument
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_extern.c | 23 static struct test_case { struct 28 } test_cases[] = { argument
|
H A D | migrate_reuseport.c | 185 static int drop_ack(struct migrate_reuseport_test_case *test_case, in drop_ack() 203 static int pass_ack(struct migrate_reuseport_test_case *test_case) in pass_ack() 216 static int start_servers(struct migrate_reuseport_test_case *test_case, in start_servers() 278 static int start_clients(struct migrate_reuseport_test_case *test_case) in start_clients() 321 static int update_maps(struct migrate_reuseport_test_case *test_case, in update_maps() 351 static int migrate_dance(struct migrate_reuseport_test_case *test_case) in migrate_dance() 407 static void count_requests(struct migrate_reuseport_test_case *test_case, in count_requests() 456 static void run_test(struct migrate_reuseport_test_case *test_case, in run_test()
|
H A D | ctx_rewrite.c | 31 struct test_case { struct 32 char *name; 33 enum bpf_prog_type prog_type; 34 enum bpf_attach_type expected_attach_type; 35 int field_offset; 36 int field_sz; 40 struct { 66 static struct test_case test_cases[] = { argument
|
/openbmc/linux/net/mptcp/ |
H A D | crypto_test.c | 6 struct test_case { struct 15 static struct test_case tests[] = { argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | package_manager.py | 168 def install_package(test_case): argument 176 def uninstall_package(test_case): argument 184 def test_needs_package(test_case): argument 199 def _install_uninstall_packages(needed_packages, test_case, install=True): argument
|
H A D | decorators.py | 20 def __init__(self, test_case): argument
|
/openbmc/linux/lib/kunit/ |
H A D | debugfs.c | 42 struct kunit_case *test_case) in debugfs_print_result() 57 struct kunit_case *test_case; in debugfs_print_results() local 107 struct kunit_case *test_case; in kunit_debugfs_create_suite() local 123 struct kunit_case *test_case; in kunit_debugfs_destroy_suite() local
|
H A D | test.c | 163 struct kunit_case *test_case; in kunit_suite_num_test_cases() local 237 const struct kunit_case *test_case; in kunit_suite_has_succeeded() local 266 struct kunit_case *test_case) in kunit_test_case_num() 388 struct kunit_case *test_case, in kunit_run_case_check_speed() 411 struct kunit_case *test_case) in kunit_run_case_internal() 456 struct kunit_case *test_case; member 464 struct kunit_case *test_case = ctx->test_case; in kunit_try_run_case() local 549 struct kunit_case *test_case, in kunit_run_case_catch_errors() 634 struct kunit_case *test_case; in kunit_run_tests() local
|
H A D | executor.c | 105 struct kunit_case *filtered, *test_case; in kunit_filter_glob_tests() local 279 struct kunit_case *test_case; in kunit_exec_list_tests() local
|
/openbmc/linux/tools/perf/tests/ |
H A D | tests.h | 34 struct test_case { struct 43 struct test_case *test_cases; argument
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | kvm_clock_test.c | 19 struct test_case { struct 24 static struct test_case test_cases[] = { argument 77 static void setup_clock(struct kvm_vm *vm, struct test_case *test_case) in setup_clock()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | rxtimestamp.c | 43 struct test_case { struct 44 struct options sockopt; 68 static struct test_case test_cases[] = { argument
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | gup_longterm.c | 319 struct test_case { struct 320 const char *desc; 321 test_fn fn; 421 static void run_test_case(struct test_case const *test_case) in run_test_case()
|
H A D | cow.c | 961 struct test_case { struct 970 static const struct test_case anon_test_cases[] = { argument 1088 static void run_anon_test_case(struct test_case const *test_case) in run_anon_test_case() 1338 struct test_case const *test_case = &anon_thp_test_cases[i]; in run_anon_thp_test_cases() local 1646 static void run_non_anon_test_case(struct non_anon_test_case const *test_case) in run_non_anon_test_case()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | system_counter_offset_test.c | 19 struct test_case { struct 23 static struct test_case test_cases[] = { argument
|
/openbmc/qemu/scripts/simplebench/ |
H A D | simplebench.py | 31 def bench_one(test_func, test_env, test_case, count=5, initial_run=True, argument
|
/openbmc/libbej/test/ |
H A D | bej_decoder_test.cpp | 61 const BejDecoderTestParams& test_case = GetParam(); in TEST_P() local
|
H A D | bej_encoder_test.cpp | 341 const BejEncoderTestParams& test_case = GetParam(); in TEST_P() local 385 const BejEncoderTestParams& test_case = GetParam(); in TEST_P() local
|
/openbmc/linux/drivers/virt/nitro_enclaves/ |
H A D | ne_misc_dev_test.c | 123 struct ne_phys_regions_test *test_case = &phys_regions_test_cases[i]; in ne_misc_dev_test_merge_phys_contig_memory_regions() local
|
/openbmc/linux/samples/bpf/ |
H A D | test_map_in_map.bpf.c | 109 u16 test_case, port, dst6[8]; in BPF_KSYSCALL() local
|
/openbmc/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 984 function test_case() function
|
/openbmc/linux/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 620 function test_case() function
|
/openbmc/linux/lib/ |
H A D | test_kmod.c | 73 enum kmod_test_case test_case; member 136 static const char *test_case_str(enum kmod_test_case test_case) in test_case_str() 720 enum kmod_test_case test_case, in trigger_config_run_type()
|