/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | ext_adv_advertiser.c | 287 struct bst_test_list *test_ext_adv_advertiser(struct bst_test_list *tests) in test_ext_adv_advertiser() argument 289 return bst_add_tests(tests, ext_adv_advertiser); in test_ext_adv_advertiser()
|
/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/doc/develop/test/ |
D | coverage.rst | 134 generate a coverage report from the tests which were executed. 139 $ twister --coverage -p qemu_x86 -T tests/kernel 143 $ twister --coverage -p native_sim -T tests/bluetooth 151 The process differs for unit tests, which are built with the host 154 $ twister --coverage -p unit_testing -T tests/unit
|
/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/audio/test_scripts/ |
D | cap_broadcast_ac_12.sh | 11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/tests_scripts/ |
D | connected_iso.sh | 5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
D | connected_iso_acl_first.sh | 5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
D | connected_iso_legacy_adv.sh | 5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
D | connected_iso_legacy_adv_acl_first.sh | 5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | client_test.c | 261 struct bst_test_list *test_client_install(struct bst_test_list *tests) in test_client_install() argument 263 return bst_add_tests(tests, test_vcs); in test_client_install()
|
D | server_test.c | 227 struct bst_test_list *test_server_install(struct bst_test_list *tests) in test_server_install() argument 229 return bst_add_tests(tests, test_server); in test_server_install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/ |
D | main_l2cap_send_on_connect.c | 257 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 259 return bst_add_tests(tests, test_def); in test_main_l2cap_send_on_connect_install()
|
/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/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/tests/bsim/bluetooth/audio/src/ |
D | tbs_client_test.c | 584 struct bst_test_list *test_tbs_client_install(struct bst_test_list *tests) in test_tbs_client_install() argument 586 return bst_add_tests(tests, test_tbs_client); in test_tbs_client_install() 590 struct bst_test_list *test_tbs_client_install(struct bst_test_list *tests) in test_tbs_client_install() argument 592 return tests; in test_tbs_client_install()
|
D | bap_unicast_server_test.c | 588 struct bst_test_list *test_unicast_server_install(struct bst_test_list *tests) in test_unicast_server_install() argument 590 return bst_add_tests(tests, test_unicast_server); in test_unicast_server_install() 595 struct bst_test_list *test_unicast_server_install(struct bst_test_list *tests) in test_unicast_server_install() argument 597 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/doc/releases/ |
D | release-notes-3.3.rst | 40 allow sensors to share common APIs for more generic tests. 342 * Added architectures-specific DSP tests 1430 - A stand-in for a real vendor which can be used in examples and tests (vnd): 1964 - A stand-in for a real vendor which can be used in examples and tests (vnd): 2053 * C++ tests have been moved to ``tests/lib/cpp``. 2449 - Additional protocol tests have been added to verify eMMC functionality. 2450 - Disk subsystem tests have been updated to function with eMMC. 2626 - :github:`47908` - tests/kernel/mem_protect/stack_random works unreliably and sporadically fails 2632 - :github:`48992` - qemu_leon3: tests/posix/common/portability.posix.common fails 2638 - :github:`49614` - acrn_ehl_crb: The testcase tests/kernel/sched/schedule_api failed to run. [all …]
|
/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/drivers/build_all/mdio/ |
D | app.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
D | _conn_stress.sh | 5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
D | _controller_tests_inner.sh | 48 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|