Home
last modified time | relevance | path

Searched refs:tests (Results 651 – 675 of 940) sorted by relevance

1...<<21222324252627282930>>...38

/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_advertiser.c287 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/
DCMakeLists.txt13 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/common/testlib testlib)
17 add_subdirectory(${ZEPHYR_BASE}/tests/bsim/babblekit babblekit)
/Zephyr-latest/doc/develop/test/
Dcoverage.rst134 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/
Dgdbstub.rst90 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/
DKconfig.emul18 tests/drivers/gpio/gpio_basic_api/boards/native_sim.overlay
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dcap_broadcast_ac_12.sh11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/tests_scripts/
Dconnected_iso.sh5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
Dconnected_iso_acl_first.sh5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
Dconnected_iso_legacy_adv.sh5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
Dconnected_iso_legacy_adv_acl_first.sh5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c261 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()
Dserver_test.c227 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/
Dmain_l2cap_send_on_connect.c257 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/
Dsystem.rst123 :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/
Dindex.rst78 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/
Dtbs_client_test.c584 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()
Dbap_unicast_server_test.c588 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/
Dtest_lcd.c479 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/
Dcentral_test.c655 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/
Drelease-notes-3.3.rst40 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/
DKconfig.defconfig20 # console can't handle the amount of data coming from many tests, so introduce
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-qual.rst32 </tests/bluetooth/qualification/ICS_Zephyr_Bluetooth_Host.pts>`.
/Zephyr-latest/tests/drivers/build_all/mdio/
Dapp.overlay9 * 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.sh5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
D_controller_tests_inner.sh48 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

1...<<21222324252627282930>>...38