Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/tests/subsys/llext/src/
Dtest_llext.c62 void (*test_setup)(struct llext *ext, struct k_thread *llext_thread); member
173 if (test_case->test_setup) { in load_call_unload()
174 test_case->test_setup(ext, &llext_thread); in load_call_unload()
197 if (test_case->test_setup) { in load_call_unload()
198 test_case->test_setup(ext, &llext_thread); in load_call_unload()
213 if (test_case->test_setup) { in load_call_unload()
214 test_case->test_setup(ext, NULL); in load_call_unload()
316 .test_setup = threads_objects_test_setup,
/Zephyr-latest/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-latest/tests/net/socket/af_packet_ipproto_raw/src/
Dmain.c97 static void *test_setup(void) in test_setup() function
146 ZTEST_SUITE(net_sckt_packet_raw_ip, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/src/
Dmain.c78 static void *test_setup(void) in test_setup() function
145 ZTEST_SUITE(i2c_api_twis, NULL, test_setup, NULL, cleanup_buffers, NULL);
/Zephyr-latest/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-latest/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-latest/tests/net/shell/src/
Dmain.c144 static void *test_setup(void) in test_setup() function
222 ZTEST_SUITE(net_shell_test_suite, NULL, test_setup, NULL, NULL, NULL);
/Zephyr-latest/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-latest/tests/bluetooth/controller/ctrl_terminate/src/
Dmain.c51 test_setup(&conn); in term_setup()
/Zephyr-latest/tests/bluetooth/controller/ctrl_min_used_chans/src/
Dmain.c49 test_setup(&conn); in muc_setup()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/src/
Dmain.c49 test_setup(&conn); in cis_terminate_setup()
/Zephyr-latest/tests/boards/nrf/dmm/src/
Dmain.c61 static void *test_setup(void) in test_setup() function
217 ZTEST_SUITE(dmm, NULL, test_setup, NULL, test_cleanup, NULL);
/Zephyr-latest/tests/drivers/disk/disk_access/src/
Dmain.c103 static void test_setup(void) in test_setup() function
283 test_setup(); in disk_driver_setup()
/Zephyr-latest/tests/drivers/disk/disk_performance/src/
Dmain.c56 static void test_setup(void) in test_setup() function
305 test_setup(); in disk_setup()
/Zephyr-latest/tests/bluetooth/controller/common/include/
Dhelper_util.h11 void test_setup(struct ll_conn *conn);
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain_hci.c61 test_setup(conn_from_pool); in hci_setup()
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/
Dmain.c49 test_setup(&test_conn); in invalid_setup()
/Zephyr-latest/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-latest/tests/drivers/comparator/shell/src/
Dtest.c153 static void *test_setup(void) in test_setup() function
357 ZTEST_SUITE(comparator_shell, NULL, test_setup, test_after, NULL, NULL);
/Zephyr-latest/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-latest/tests/drivers/uart/uart_errors/src/
Dmain.c413 static void *test_setup(void) in test_setup() function
435 ZTEST_SUITE(uart_errors, NULL, test_setup, before, NULL, NULL);
/Zephyr-latest/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-latest/tests/bluetooth/controller/ctrl_tx_buffer_alloc/src/
Dmain.c55 test_setup(&conn[i]); in alloc_setup()
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/
Dmain.c49 test_setup(&conn); in le_ping_setup()

12