Home
last modified time | relevance | path

Searched refs:tests (Results 776 – 800 of 1029) sorted by relevance

1...<<31323334353637383940>>...42

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/
Dgatt_client_test.c314 struct bst_test_list *test_gatt_client_install(struct bst_test_list *tests) in test_gatt_client_install() argument
316 return bst_add_tests(tests, test_vcs); in test_gatt_client_install()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_advertiser.c410 struct bst_test_list *test_per_adv_advertiser(struct bst_test_list *tests) in test_per_adv_advertiser() argument
412 return bst_add_tests(tests, per_adv_advertiser); in test_per_adv_advertiser()
Dper_adv_sync.c405 struct bst_test_list *test_per_adv_sync(struct bst_test_list *tests) in test_per_adv_sync() argument
407 return bst_add_tests(tests, per_adv_sync); in test_per_adv_sync()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c301 struct bst_test_list *test_gatt_server_install(struct bst_test_list *tests) in test_gatt_server_install() argument
303 return bst_add_tests(tests, test_gatt_server); in test_gatt_server_install()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c318 struct bst_test_list *test_main_bis_broadcaster_install(struct bst_test_list *tests) in test_main_bis_broadcaster_install() argument
320 return bst_add_tests(tests, test_def); in test_main_bis_broadcaster_install()
Dbis_receiver.c277 struct bst_test_list *test_main_bis_receiver_install(struct bst_test_list *tests) in test_main_bis_receiver_install() argument
279 return bst_add_tests(tests, test_def); in test_main_bis_receiver_install()
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig10 The Thread-Metric benchmark suite consists of eight RTOS tests.
11 These tests measure the total number of RTOS events that can be
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/doc/
Dindex.rst58 :zephyr-app: tests/drivers/display/display_read_write
/Zephyr-latest/boards/shields/pmod_sd/doc/
Dindex.rst26 :zephyr-app: tests/drivers/disk/disk_access
/Zephyr-latest/boards/qemu/xtensa/doc/
Dindex.rst12 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU
/Zephyr-latest/tests/drivers/build_all/w1/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/tests/drivers/can/timing/
DKconfig37 If this option is not enabled, the tests will be limited to a historical, safe set of CAN
/Zephyr-latest/boards/st/nucleo_l552ze_q/
Dnucleo_l552ze_q_stm32l552xx_ns.dts41 * multiple image boot, no tests.
/Zephyr-latest/tests/ztest/fail/
DREADME.rst3 Ztest framework failure tests
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst19 * Legacy tests and samples were moved to tests/legacy and samples/legacy.
159 * Added tests and samples for CoAP client and server.
279 * ``ZEP-436`` - Test case tests/kernel/test_mem_safe fails on ARM hardware
304 * ``ZEP-970`` - Sanity doesn't build 'tests/kernel/test_build' with assertions (-R)
306 * ``ZEP-1014`` - [TCF] tests/bluetooth/init build fail
321 * ``ZEP-1124`` - tests/kernel/test_sprintf/microkernel/testcase.ini#test failure on frdm_k64f
330 * ``ZEP-1154`` - tests/samples failing with unified kernel
345 * ``ZEP-1247`` - Test tests/legacy/benchmark/latency_measure is broken for daily sanitycheck
363 * ``ZEP-1343`` - tests/drivers/pci_enum: failing on QEMU ARM and X86 due to missing commit
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh288 This script runs Zephyr sample tests using Docker container and
306 run the tests in these directories instead of current directory
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_client_test.c328 struct bst_test_list *test_gatt_client_install(struct bst_test_list *tests) in test_gatt_client_install() argument
330 return bst_add_tests(tests, test_vcs); in test_gatt_client_install()
/Zephyr-latest/tests/drivers/flash/stm32/src/
Dmain.c188 #error Block Register tests unable to run other tests, because of locked registers.
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c481 struct bst_test_list *test_main_l2cap_stress_install(struct bst_test_list *tests) in test_main_l2cap_stress_install() argument
483 return bst_add_tests(tests, test_def); in test_main_l2cap_stress_install()
486 extern struct bst_test_list *test_main_l2cap_stress_install(struct bst_test_list *tests);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c495 struct bst_test_list *test_main_conn_stress_install(struct bst_test_list *tests) in test_main_conn_stress_install() argument
497 return bst_add_tests(tests, test_def); in test_main_conn_stress_install()
500 extern struct bst_test_list *test_main_conn_stress_install(struct bst_test_list *tests);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c707 struct bst_test_list *test_transport_install(struct bst_test_list *tests) in test_transport_install() argument
709 tests = bst_add_tests(tests, test_connect); in test_transport_install()
710 return tests; in test_transport_install()
/Zephyr-latest/tests/net/utils/src/
Dmain.c276 } tests[] = { variable
409 for (count = 0, pass = 0; count < ARRAY_SIZE(tests); count++) { in ZTEST()
410 TC_PRINT("Running test: %s: ", tests[count].name); in ZTEST()
412 if (check_net_addr(tests[count].data)) { in ZTEST()
420 zassert_equal(pass, ARRAY_SIZE(tests), "check_net_addr error"); in ZTEST()
/Zephyr-latest/boards/shields/tcan4550evm/doc/
Dindex.rst59 :zephyr-app: tests/drivers/can/api
/Zephyr-latest/boards/shields/adafruit_adalogger_featherwing/doc/
Dindex.rst49 :zephyr-app: tests/drivers/rtc/rtc_api
/Zephyr-latest/boards/01space/esp32c3_042_oled/
Desp32c3_042_oled.dts36 /* Have to use uart1 as some tests are hardcoded for that DTS node :/ */

1...<<31323334353637383940>>...42