Searched refs:test_case (Results 1 – 5 of 5) sorted by relevance
| /tests/net/socket/register/src/ |
| A D | main.c | 18 struct test_case { struct 25 struct test_case test_case; argument 31 .test_case.family = AF_INET, 32 .test_case.type = SOCK_DGRAM, 38 .test_case.family = AF_INET6, 47 .test_case.type = 0, 48 .test_case.proto = 0, 54 .test_case.family = AF_INET, 56 .test_case.proto = 0, 63 .test_case.proto = 0, [all …]
|
| /tests/net/lib/lwm2m/content_link_format/src/ |
| A D | main.c | 192 struct test_case_corelink test_case[] = { in ZTEST() local 231 test_path.level = test_case[i].path_level; in ZTEST() 237 test_case[i].expected_payload, in ZTEST() 238 strlen(test_case[i].expected_payload), in ZTEST() 250 struct test_case_corelink test_case[] = { in ZTEST() local 278 test_path.level = test_case[i].path_level; in ZTEST() 284 test_case[i].expected_payload, in ZTEST() 285 strlen(test_case[i].expected_payload), in ZTEST() 332 struct test_case_corelink test_case[] = { in ZTEST() local 350 test_path.level = test_case[i].path_level; in ZTEST() [all …]
|
| /tests/subsys/llext/src/ |
| A D | test_llext.c | 126 LLEXT_BUF_LOADER(test_case->buf, test_case->buf_len); in load_call_unload() 174 if (test_case->test_setup) { in load_call_unload() 181 if (test_case->test_cleanup) { in load_call_unload() 182 test_case->test_cleanup(ext); in load_call_unload() 189 if (!test_case->kernel_only) { in load_call_unload() 198 if (test_case->test_setup) { in load_call_unload() 205 if (test_case->test_cleanup) { in load_call_unload() 206 test_case->test_cleanup(ext); in load_call_unload() 214 if (test_case->test_setup) { in load_call_unload() 230 if (test_case->test_cleanup) { in load_call_unload() [all …]
|
| /tests/subsys/testsuite/fff_fake_contexts/src/ |
| A D | main.c | 65 struct test_case { in ZTEST() struct 251 const struct test_case * const tc = &test_cases[i]; in ZTEST()
|
| /tests/net/lib/dns_packet/src/ |
| A D | main.c | 1089 static void run_dns_malformed_response(const char *test_case, in run_dns_malformed_response() argument 1126 test_case, ret); in run_dns_malformed_response() 1129 static void run_dns_valid_response(const char *test_case, in run_dns_valid_response() argument 1144 test_case, ret); in run_dns_valid_response() 1154 static void run_dns_valid_cname_response(const char *test_case, in run_dns_valid_cname_response() argument 1192 test_case, ret); in run_dns_valid_cname_response()
|
Completed in 24 milliseconds