Home
last modified time | relevance | path

Searched refs:tests (Results 726 – 750 of 1029) sorted by relevance

1...<<21222324252627282930>>...42

/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dgmap_unicast_ac_7_ii.sh11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
Dgmap_unicast_ac_8_ii.sh11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
Dcap_unicast_ac_8_ii.sh11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
Dcap_broadcast_ac_12.sh11 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
/Zephyr-latest/tests/kernel/xip/
DREADME.txt33 Starting XIP tests
/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/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_advertiser.c277 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/
Dgatt_server_test.c199 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/
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/ll/cis/tests_scripts/
Dconnected_iso.sh5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dserver_test.c237 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()
Dclient_test.c268 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/
Dmain_l2cap_send_on_connect.c255 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/
Dmain.c277 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/
Dcontributor_expectations.rst38 - 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/
Ddebug.rst118 ``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/
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/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/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c589 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/
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/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/bsim/bluetooth/host/misc/conn_stress/scripts/
D_conn_stress.sh5 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

1...<<21222324252627282930>>...42