Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/src/
Dmain.c65 struct test_case { in ZTEST() struct
66 const char *description_oneliner; in ZTEST()
68 void **expected_call_history; in ZTEST()
77 int called_API_open_custom_fake_contexts_len; in ZTEST()
79 called_API_open_custom_fake_contexts; in ZTEST()
81 int called_API_close_fake_return_val_seq_len; in ZTEST()
82 int *called_API_close_fake_return_val_seq; in ZTEST()
84 int result_expected; in ZTEST()
/Zephyr-latest/scripts/west_commands/tests/
Dtest_mdb.py203 def test_flash_nsim(require, cc, test_case, mdb_nsim): argument
211 def test_debug_nsim(require, pii, test_case, mdb_nsim): argument
220 def test_multicores_nsim(require, pii, cc, test_case, mdb_nsim): argument
232 def test_flash_hw_no_hl(require, cc, test_case, mdb_hw_no_hl, tmpdir): argument
240 def test_flash_hw_hl(require, cc, test_case, mdb_hw_hl, tmpdir): argument
248 def test_flash_hw_err(require, cc, test_case, mdb_hw_no_hl): argument
257 def test_debug_hw(require, pii, test_case, mdb_hw_no_hl, tmpdir): argument
265 def test_debug_hw_hl(require, pii, test_case, mdb_hw_hl, tmpdir): argument
273 def test_debug_hw_err(require, pii, test_case, mdb_hw_no_hl): argument
283 def test_multicores_hw_no_hl(require, pii, cc, test_case, mdb_hw_no_hl, tmpdir): argument
[all …]
Dtest_nrf.py468 def id_fn(test_case): argument
481 def fix_up_runner_config(test_case, runner_config, tmpdir): argument
516 def check_expected(tool, test_case, check_fn, get_snr, tmpdir, runner_config): argument
550 def test_init(check_call, popen, get_snr, require, tool, test_case, argument
582 def test_create(check_call, popen, get_snr, require, tool, test_case, argument
Dtest_build.py51 def test_parse_remainder(test_case): argument
Dtest_twister.py39 def test_parse_remainder(test_case): argument
Dtest_canopen_program.py46 def test_canopen_program_create(cpd, test_case, runner_config): argument
/Zephyr-latest/tests/net/socket/register/src/
Dmain.c18 struct test_case { struct
25 struct test_case test_case; member
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/
Dtest_sample.py23 def test_case(cmdopt): function
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/
Dtest_sample.py23 def test_case(cmdopt): function
/Zephyr-latest/tests/net/lib/lwm2m/content_link_format/src/
Dmain.c192 struct test_case_corelink test_case[] = { in ZTEST() local
250 struct test_case_corelink test_case[] = { in ZTEST() local
332 struct test_case_corelink test_case[] = { in ZTEST() local
/Zephyr-latest/tests/net/lib/dns_packet/src/
Dmain.c1089 static void run_dns_malformed_response(const char *test_case, in run_dns_malformed_response()
1129 static void run_dns_valid_response(const char *test_case, in run_dns_valid_response()
1155 static void run_dns_valid_cname_response(const char *test_case, in run_dns_valid_cname_response()
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c122 void load_call_unload(const struct llext_test *test_case) in load_call_unload()