| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/ |
| D | gatt_client_test.c | 314 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/ |
| D | per_adv_advertiser.c | 410 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()
|
| D | per_adv_sync.c | 405 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/ |
| D | gatt_server_test.c | 301 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/ |
| D | bis_broadcaster.c | 318 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()
|
| D | bis_receiver.c | 277 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/ |
| D | Kconfig | 10 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/ |
| D | index.rst | 58 :zephyr-app: tests/drivers/display/display_read_write
|
| /Zephyr-latest/boards/shields/pmod_sd/doc/ |
| D | index.rst | 26 :zephyr-app: tests/drivers/disk/disk_access
|
| /Zephyr-latest/boards/qemu/xtensa/doc/ |
| D | index.rst | 12 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU
|
| /Zephyr-latest/tests/drivers/build_all/w1/ |
| D | app.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on
|
| /Zephyr-latest/tests/drivers/can/timing/ |
| D | Kconfig | 37 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/ |
| D | nucleo_l552ze_q_stm32l552xx_ns.dts | 41 * multiple image boot, no tests.
|
| /Zephyr-latest/tests/ztest/fail/ |
| D | README.rst | 3 Ztest framework failure tests
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-1.6.rst | 19 * 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/ |
| D | run-sample-tests.sh | 288 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/ |
| D | gatt_client_test.c | 328 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/ |
| D | main.c | 188 #error Block Register tests unable to run other tests, because of locked registers.
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
| D | main.c | 481 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/ |
| D | main.c | 495 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/ |
| D | test_transport.c | 707 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/ |
| D | main.c | 276 } 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/ |
| D | index.rst | 59 :zephyr-app: tests/drivers/can/api
|
| /Zephyr-latest/boards/shields/adafruit_adalogger_featherwing/doc/ |
| D | index.rst | 49 :zephyr-app: tests/drivers/rtc/rtc_api
|
| /Zephyr-latest/boards/01space/esp32c3_042_oled/ |
| D | esp32c3_042_oled.dts | 36 /* Have to use uart1 as some tests are hardcoded for that DTS node :/ */
|