Home
last modified time | relevance | path

Searched refs:test_setup (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-4.2.1/tests/subsys/bindesc/reading/src/
Dmain.c41 static void *test_setup(void) in test_setup() function
84 ZTEST_SUITE(bindesc_read, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-4.2.1/tests/kernel/workq/work_queue/src/
Dwork_timeout.c35 static void *test_setup(void) in test_setup() function
53 ZTEST_SUITE(workqueue_work_timeout, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-4.2.1/tests/subsys/modem/modem_pipelink/src/
Dmain.c55 static void *test_setup(void) in test_setup() function
99 ZTEST_SUITE(modem_pipelink, NULL, test_setup, test_before, NULL, NULL);
/Zephyr-4.2.1/tests/boards/nrf/nrfs/src/
Dmain.c125 static void *test_setup(void) in test_setup() function
141 ZTEST_SUITE(nrfs_stress_test, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-4.2.1/tests/subsys/llext/src/
Dtest_llext.c63 void (*test_setup)(struct llext *ext, struct k_thread *llext_thread); member
174 if (test_case->test_setup) { in load_call_unload()
175 test_case->test_setup(ext, &llext_thread); in load_call_unload()
198 if (test_case->test_setup) { in load_call_unload()
199 test_case->test_setup(ext, &llext_thread); in load_call_unload()
214 if (test_case->test_setup) { in load_call_unload()
215 test_case->test_setup(ext, NULL); in load_call_unload()
318 .test_setup = threads_objects_test_setup,
/Zephyr-4.2.1/tests/boards/nrf/i2c/i2c_slave/src/
Dmain.c68 static void *test_setup(void) in test_setup() function
135 ZTEST_SUITE(i2c_api_twis, NULL, test_setup, NULL, cleanup_buffers, NULL);
/Zephyr-4.2.1/tests/drivers/comparator/gpio_loopback/src/
Dtest.c22 static void *test_setup(void) in test_setup() function
39 ZTEST_SUITE(comparator_gpio_loopback, NULL, test_setup, test_before, NULL, NULL);
/Zephyr-4.2.1/tests/net/shell/src/
Dmain.c125 static void *test_setup(void) in test_setup() function
203 ZTEST_SUITE(net_shell_test_suite, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-4.2.1/tests/net/pm/src/
Dmain.c104 void *test_setup(void) in test_setup() function
180 ZTEST_SUITE(test_net_pm_test_suite, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-4.2.1/tests/drivers/ethernet/eth_ivshmem_queue/src/
Dmain.c49 static void test_setup(void *fixture) in test_setup() function
180 ZTEST_SUITE(eth_ivshmem_queue_tests, NULL, NULL, test_setup, NULL, NULL);
/Zephyr-4.2.1/tests/bluetooth/controller/ctrl_terminate/src/
Dmain.c51 test_setup(&conn); in term_setup()
/Zephyr-4.2.1/tests/bluetooth/controller/ctrl_min_used_chans/src/
Dmain.c49 test_setup(&conn); in muc_setup()
/Zephyr-4.2.1/tests/bluetooth/controller/ctrl_cis_terminate/src/
Dmain.c49 test_setup(&conn); in cis_terminate_setup()
/Zephyr-4.2.1/tests/drivers/disk/disk_performance/src/
Dmain.c56 static void test_setup(void) in test_setup() function
305 test_setup(); in disk_setup()
/Zephyr-4.2.1/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain_hci.c60 test_setup(conn_from_pool); in hci_setup()
/Zephyr-4.2.1/tests/bluetooth/controller/common/include/
Dhelper_util.h11 void test_setup(struct ll_conn *conn);
/Zephyr-4.2.1/tests/bluetooth/controller/ctrl_invalid/src/
Dmain.c49 test_setup(&test_conn); in invalid_setup()
/Zephyr-4.2.1/tests/drivers/uart/uart_elementary/src/
Dmain.c335 void *test_setup(void) in test_setup() function
345 ZTEST_SUITE(uart_elementary, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-4.2.1/tests/drivers/i2c/i2c_bme688/src/
Dmain.c315 void *test_setup(void) in test_setup() function
321 ZTEST_SUITE(i2c_controller_to_sensor, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-4.2.1/tests/drivers/disk/disk_access/src/
Dmain.c104 static void test_setup(void) in test_setup() function
377 test_setup(); in disk_driver_setup()
/Zephyr-4.2.1/tests/drivers/uart/uart_errors/src/
Dmain.c420 static void *test_setup(void) in test_setup() function
442 ZTEST_SUITE(uart_errors, NULL, test_setup, before, NULL, NULL);
/Zephyr-4.2.1/tests/drivers/modem/modem_cmd_handler/src/
Dmain.c429 static void test_setup(void *fixture) in test_setup() function
448 ZTEST_SUITE(suite_modem_cmd_send, NULL, NULL, test_setup, test_teardown, NULL);
/Zephyr-4.2.1/tests/drivers/comparator/shell/src/
Dtest.c153 static void *test_setup(void) in test_setup() function
369 ZTEST_SUITE(comparator_shell, NULL, test_setup, test_after, NULL, NULL);
/Zephyr-4.2.1/tests/net/lib/mdns_responder/src/
Dmain.c185 static void *test_setup(void) in test_setup() function
443 ZTEST_SUITE(test_mdns_responder, NULL, test_setup, before, cleanup, NULL);
/Zephyr-4.2.1/tests/bluetooth/controller/ctrl_tx_buffer_alloc/src/
Dmain.c55 test_setup(&conn[i]); in alloc_setup()

123