Home
last modified time | relevance | path

Searched refs:tests (Results 201 – 225 of 940) sorted by relevance

12345678910>>...38

/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt3 UART interrupt mode is used for the tests purpose.
5 Hardware setup required for these tests:
/Zephyr-latest/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh16 source ${ZEPHYR_BASE}/tests/bsim/compile.source
60 local app=tests/bsim/bluetooth/ll/edtt/hci_test_app
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dmain.c90 struct bst_test_list *test_ccc_update_install(struct bst_test_list *tests) in test_ccc_update_install() argument
92 return bst_add_tests(tests, test_def); in test_ccc_update_install()
/Zephyr-latest/samples/subsys/usb/testusb/
DREADME.rst10 The userspace tool ``testusb`` is needed to start the tests.
20 To run USB tests:
40 [21746.306156] usbtest 9-1:1.0: full-speed {control} tests
43 to start the tests.
52 #. To run all the tests the Zephyr's VID / PID should be inserted to USB
64 to start the tests.
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Ddummy_peripheral.c63 struct bst_test_list *test_peripheral_install(struct bst_test_list *tests) in test_peripheral_install() argument
65 return bst_add_tests(tests, test_def); in test_peripheral_install()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dias_test.c101 struct bst_test_list *test_ias_install(struct bst_test_list *tests) in test_ias_install() argument
103 return bst_add_tests(tests, test_ias); in test_ias_install()
Dbap_bass_broadcaster_test.c97 struct bst_test_list *test_bass_broadcaster_install(struct bst_test_list *tests) in test_bass_broadcaster_install() argument
99 return bst_add_tests(tests, test_bass_broadcaster); in test_bass_broadcaster_install()
Dhas_test.c182 struct bst_test_list *test_has_install(struct bst_test_list *tests) in test_has_install() argument
185 return bst_add_tests(tests, test_has); in test_has_install()
187 return tests; in test_has_install()
Dcsip_set_member_test.c280 struct bst_test_list *test_csip_set_member_install(struct bst_test_list *tests) in test_csip_set_member_install() argument
282 return bst_add_tests(tests, test_connect); in test_csip_set_member_install()
286 struct bst_test_list *test_csip_set_member_install(struct bst_test_list *tests) in test_csip_set_member_install() argument
288 return tests; in test_csip_set_member_install()
/Zephyr-latest/tests/bluetooth/host/crypto/
DCMakeLists.txt24 ${ZEPHYR_BASE}/tests/bluetooth/host
25 ${ZEPHYR_BASE}/tests/bluetooth/host/crypto/mocks
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_central.c84 struct bst_test_list *test_mtu_update_install(struct bst_test_list *tests) in test_mtu_update_install() argument
86 return bst_add_tests(tests, test_def); in test_mtu_update_install()
/Zephyr-latest/tests/bluetooth/host/id/mocks/
DCMakeLists.txt36 ${ZEPHYR_BASE}/tests/bluetooth/host
37 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
/Zephyr-latest/doc/services/tfm/
Dtestsuites.rst6 * tf-m-tests - Standard TF-M specific regression tests
7 * psa-arch-tests - Test suites for specific PSA APIs (secure storage, etc.)
17 This sample tests various services and communication mechanisms across the
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_iv_index.c168 struct bst_test_list *test_ivi_install(struct bst_test_list *tests) in test_ivi_install() argument
170 tests = bst_add_tests(tests, test_ivi); in test_ivi_install()
171 return tests; in test_ivi_install()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dmain.c88 struct bst_test_list *test_ccc_store_install(struct bst_test_list *tests) in test_ccc_store_install() argument
90 return bst_add_tests(tests, test_def); in test_ccc_store_install()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/
DCMakeLists.txt12 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/common/testlib testlib)
16 add_subdirectory(${ZEPHYR_BASE}/tests/bsim/babblekit babblekit)
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst901 * :github:`28639` - tests: kernel: sleep: is failing for nRF51
905 * :github:`28627` - tests: kernel: fatal: exception: stack_sentinel test is failing for nRF platfor…
906 * :github:`28625` - tests: net: tcp2: llegal use of the EPSR
907 * :github:`28621` - tests: kernel: mem_protect: syscalls: wrong FAULTY_ADDRESS for nucleo_l073rz
908 …(64-bit platforms) acrn/bcm958402m2_a72/native_posix_64/... on a number of sanitycheck tests w/TCP2
910 * :github:`28603` - tests: kernel: timer: timer_api: Failed on nucleo_l073rz
911 * :github:`28602` - TCP2:frdm_k64f/mimxrt1064_evk tests/net/tcp2 regression failure in RC2
917 * :github:`28549` - up_squared: tests/kernel/threads/thread_apis/ failed
918 * :github:`28548` - up_squared: tests/arch/x86/pagetables/ failed.
919 * :github:`28547` - up_squared: tests/subsys/debug/coredump failed.
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/
DCMakeLists.txt11 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/common/testlib testlib)
15 add_subdirectory(${ZEPHYR_BASE}/tests/bsim/babblekit babblekit)
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/src/
Dmain.c118 struct bst_test_list *test_gatt_write_install(struct bst_test_list *tests) in test_gatt_write_install() argument
120 return bst_add_tests(tests, test_def); in test_gatt_write_install()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_reconfigure.c106 struct bst_test_list *test_main_reconfigure_install(struct bst_test_list *tests) in test_main_reconfigure_install() argument
108 return bst_add_tests(tests, test_def); in test_main_reconfigure_install()
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
DCMakeLists.txt24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
27 target_include_directories(uut PRIVATE ${ZEPHYR_BASE}/tests/bluetooth/audio/cap_commander/include)
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/
DCMakeLists.txt17 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/common/testlib testlib)
21 add_subdirectory(${ZEPHYR_BASE}/tests/bsim/babblekit babblekit)
/Zephyr-latest/doc/develop/test/
Dtwister.rst17 tests for different boards and different configurations to help keep the
55 you can build and run all possible tests using the following options:
71 This will build for all available boards and run all applicable tests in
74 If you want to run tests on one or more specific platforms, you can use
100 To build tests for a specific board and to execute some of the tests on real
165 By default, tests will be executed using the first entry in the simulation array. Another
168 tests will be built only.
169 If it is not set and the required simulator is not available the tests will fail to run.
216 Do not attempt to build (and therefore run) tests marked with this list of
219 Only execute tests with this list of tags on a specific platform.
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/server/
Dmain.c82 static struct bst_test_list *server_tests_install(struct bst_test_list *tests) in server_tests_install() argument
84 return bst_add_tests(tests, server_tests); in server_tests_install()
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dtimer_convert.c135 static struct test_rec tests[] = { variable
296 for (int i = 0; i < ARRAY_SIZE(tests); i++) { in ZTEST()
297 test_conversion(&tests[i], 0); in ZTEST()
298 test_conversion(&tests[i], 1); in ZTEST()
299 test_conversion(&tests[i], 0x7fffffff); in ZTEST()
300 test_conversion(&tests[i], 0x80000000); in ZTEST()
301 test_conversion(&tests[i], 0xfffffff0); in ZTEST()
302 if (tests[i].precision == 64) { in ZTEST()
303 test_conversion(&tests[i], 0xffffffff); in ZTEST()
304 test_conversion(&tests[i], 0x100000000ULL); in ZTEST()
[all …]

12345678910>>...38