| /Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/ |
| D | gmap_unicast_ac_7_ii.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
| D | gmap_unicast_ac_8_ii.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
| D | cap_unicast_ac_8_ii.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
| D | cap_broadcast_ac_12.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
| /Zephyr-latest/tests/kernel/xip/ |
| D | README.txt | 33 Starting XIP tests
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
| D | CMakeLists.txt | 13 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/common/testlib testlib) 17 add_subdirectory(${ZEPHYR_BASE}/tests/bsim/babblekit babblekit)
|
| /Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
| D | ext_adv_advertiser.c | 277 struct bst_test_list *test_ext_adv_advertiser(struct bst_test_list *tests) in test_ext_adv_advertiser() argument 279 return bst_add_tests(tests, ext_adv_advertiser); in test_ext_adv_advertiser()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
| D | gatt_server_test.c | 199 struct bst_test_list *test_gatt_server_install(struct bst_test_list *tests) in test_gatt_server_install() argument 201 return bst_add_tests(tests, test_gatt_server); in test_gatt_server_install()
|
| /Zephyr-latest/doc/services/debugging/ |
| D | gdbstub.rst | 90 There is a test application :zephyr_file:`tests/subsys/debug/gdbstub` with one of its 99 ./scripts/twister -p qemu_x86 -T tests/subsys/debug/gdbstub 113 :zephyr-app: tests/subsys/debug/gdbstub 222 … Breakpoint 1 at 0x10064d: file <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c, line 27. 234 Breakpoint 1, main () at <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c:27 275 Run till exit from #0 test () at <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c:17 276 0x00100667 in main () at <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c:28
|
| /Zephyr-latest/drivers/gpio/ |
| D | Kconfig.emul | 18 tests/drivers/gpio/gpio_basic_api/boards/native_sim.overlay
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/cis/tests_scripts/ |
| D | connected_iso.sh | 5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
| D | server_test.c | 237 struct bst_test_list *test_server_install(struct bst_test_list *tests) in test_server_install() argument 239 return bst_add_tests(tests, test_server); in test_server_install()
|
| D | client_test.c | 268 struct bst_test_list *test_client_install(struct bst_test_list *tests) in test_client_install() argument 270 return bst_add_tests(tests, test_vcs); in test_client_install()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/ |
| D | main_l2cap_send_on_connect.c | 255 struct bst_test_list *test_main_l2cap_send_on_connect_install(struct bst_test_list *tests) in test_main_l2cap_send_on_connect_install() argument 257 return bst_add_tests(tests, test_def); in test_main_l2cap_send_on_connect_install()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
| D | main.c | 277 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 279 return bst_add_tests(tests, test_to_add); in install()
|
| /Zephyr-latest/doc/contribute/ |
| D | contributor_expectations.rst | 38 - PRs should include tests or samples under the following conditions: 59 tests. 67 #. Add tests for the new API 124 Every commit in the pull request must build successfully and pass all relevant tests. This 163 - When major new functionality is added, tests for the new functionality shall 165 and there should be tests for the behavior contracts of the API. Maintainers 166 and reviewers have the discretion to determine if the provided tests are 170 - :zephyr_file:`Kernel timer tests <tests/kernel/timer/timer_behavior>` 174 APIs. The :zephyr_file:`fuel gauge tests <tests/drivers/fuel_gauge/sbs_gauge>`
|
| /Zephyr-latest/doc/services/llext/ |
| D | debug.rst | 118 ``tests/subsys/llext`` project (specifically, the ``writable`` case), on an 134 zephyr$ west build -p -b mps2/an385 tests/subsys/llext/ -T llext.writable -t debugserver_qemu 178 llext_test_detached () at zephyr/tests/subsys/llext/src/test_llext.c:481 222 #2 0x00000706 in llext_test_detached () at zephyr/tests/subsys/llext/src/test_llext.c:496 283 #0 detached_entry () at zephyr/tests/subsys/llext/src/detached_fn_ext.c:18 284 #1 0x200000ac in test_entry () at zephyr/tests/subsys/llext/src/detached_fn_ext.c:26 341 Breakpoint 2 at 0x200001d6: file zephyr/tests/subsys/llext/src/detached_fn_ext.c, line 17. 345 Breakpoint 2, detached_entry () at zephyr/tests/subsys/llext/src/detached_fn_ext.c:17 348 #0 detached_entry () at zephyr/tests/subsys/llext/src/detached_fn_ext.c:17 349 #1 0x200000ac in test_entry () at zephyr/tests/subsys/llext/src/detached_fn_ext.c:26 [all …]
|
| /Zephyr-latest/boards/qemu/x86/doc/ |
| D | index.rst | 78 configuration to run basic Zephyr applications and kernel tests in the QEMU 107 to run Zephyr applications and kernel tests, but you need to set up 132 :zephyr_file:`tests/boot/uefi`: 135 :zephyr-app: tests/boot/uefi
|
| /Zephyr-latest/doc/services/pm/ |
| D | system.rst | 123 :zephyr_file:`tests/subsys/pm/power_mgmt/`. 144 * :zephyr_file:`tests/subsys/pm/power_mgmt/` 145 * :zephyr_file:`tests/subsys/pm/power_mgmt_soc/` 146 * :zephyr_file:`tests/subsys/pm/power_states_api/`
|
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | bap_unicast_server_test.c | 589 struct bst_test_list *test_unicast_server_install(struct bst_test_list *tests) in test_unicast_server_install() argument 591 return bst_add_tests(tests, test_unicast_server); in test_unicast_server_install() 596 struct bst_test_list *test_unicast_server_install(struct bst_test_list *tests) in test_unicast_server_install() argument 598 return tests; in test_unicast_server_install()
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
| D | test_lcd.c | 479 struct bst_test_list *test_lcd_install(struct bst_test_list *tests) in test_lcd_install() argument 481 tests = bst_add_tests(tests, test_lcd); in test_lcd_install() 482 return tests; in test_lcd_install()
|
| /Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ |
| D | central_test.c | 655 struct bst_test_list *test_bas_central_install(struct bst_test_list *tests) in test_bas_central_install() argument 657 tests = bst_add_tests(tests, test_bas_central); in test_bas_central_install() 658 return tests; in test_bas_central_install()
|
| /Zephyr-latest/soc/intel/intel_adsp/ |
| D | Kconfig.defconfig | 20 # console can't handle the amount of data coming from many tests, so introduce
|
| /Zephyr-latest/doc/connectivity/bluetooth/ |
| D | bluetooth-qual.rst | 32 </tests/bluetooth/qualification/ICS_Zephyr_Bluetooth_Host.pts>`.
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
| D | _conn_stress.sh | 5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|