/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/ |
D | main.c | 33 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 35 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/peer/src/ |
D | main.c | 33 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 35 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/ |
D | main.c | 33 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 35 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | main.c | 33 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 35 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.12.rst | 37 * tests: mempool: Add overflow checks 279 * Added tests for memory domain 351 * :github:`4052` - Coverity issue seen with CID: 177217 , in file: /tests/subsys/dfu/img_util/src/m… 352 * :github:`4053` - Coverity issue seen with CID: 177216 , in file: /tests/subsys/dfu/mcuboot/src/ma… 398 * :github:`6095` - [Coverity CID: 182776] Uninitialized variables in /tests/net/socket/udp/src/main… 399 * :github:`6096` - [Coverity CID: 182775] Error handling issues in /tests/net/socket/udp/src/main.c 400 * :github:`6097` - [Coverity CID: 182774] Resource leaks in /tests/net/socket/udp/src/main.c 402 * :github:`6099` - [Coverity CID: 182772] Error handling issues in /tests/net/socket/udp/src/main.c 406 * :github:`6104` - [Coverity CID: 182767] Error handling issues in /tests/net/socket/udp/src/main.c 407 * :github:`6105` - [Coverity CID: 182766] Uninitialized variables in /tests/net/socket/udp/src/main… [all …]
|
D | release-notes-1.13.rst | 289 * :github:`9862` - tests/drivers/build_all#test_build_sensors_a_m @ quark_se_c1000_devboard:x86 BUI… 290 * :github:`9857` - tests/cmsis_rtos_v1 - test_signal_events_signalled results in Assertion failure … 298 * :github:`9766` - [Coverity CID :187904] Integer handling issues in /tests/benchmarks/timing_info/… 301 * :github:`9744` - tests/kernel/mbox/mbox_usage/testcase.yaml#kernel.mailbox crashes on ESP32 303 * :github:`9723` - tests/drivers/adc/adc_api/ fails on sam_e70_xplained 306 * :github:`9689` - Multiple tests are failing on sam_e70_xplained once the cache is enabled 307 * :github:`9684` - tests/posix/ fails on sam_e70_xplained 308 * :github:`9683` - Multiple testcases in tests/kernel/mem_protect/mem_protect, tests/kernel/alert, … 309 * :github:`9682` - tests/kernel/init: kernel.common.init.verify_bootdelay fails on sam_e70_xplained 310 * :github:`9680` - tests/mem_slab/mslab, tests/mem_slab/mslab_api and tests/mem_slab/mslab_threadsa… [all …]
|
D | release-notes-2.3.rst | 730 * :github:`25990` - tests/net/socket/select failed on sam_e70_xplained board. 731 * :github:`25960` - tests/net/socket/socketpair failed on mimxrt1050_evk and sam_e70_xplained. 735 * :github:`25925` - tests: net: socket: socketpair: fails due to empty message header name 743 * :github:`25870` - tests/kernel/timer/timer_api fails conversion tests with large offset 750 * :github:`25797` - [Coverity CID :210607] Uninitialized scalar variable in tests/net/socket/socket… 751 * :github:`25796` - [Coverity CID :210579] Uninitialized scalar variable in tests/net/socket/socket… 752 * :github:`25795` - [Coverity CID :210564] Uninitialized scalar variable in tests/lib/cmsis_dsp/dis… 753 * :github:`25793` - [Coverity CID :210561] Resource leak in tests/net/socket/socketpair/src/test_so… 754 * :github:`25791` - [Coverity CID :210614] Explicit null dereferenced in tests/lib/cmsis_dsp/distan… 755 * :github:`25789` - [Coverity CID :210586] Explicit null dereferenced in tests/lib/cmsis_dsp/distan… [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ |
D | peripheral_test.c | 187 struct bst_test_list *test_bas_peripheral_install(struct bst_test_list *tests) in test_bas_peripheral_install() argument 189 tests = bst_add_tests(tests, test_bas_peripheral); in test_bas_peripheral_install() 190 return tests; in test_bas_peripheral_install()
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 3 Twister blackbox tests 7 to understand existing files and create their own. All developers should fix any tests 14 Twister blackbox tests are written in python, using the ``pytest`` library. 17 Tests and data are wholly contained in the :zephyr_file:`scripts/tests/twister_blackbox` 20 Blackbox tests should not be aware of the internal twister code. Instead, they should 37 twister -i --outdir $OUTDIR -T $TEST_DATA/tests -y --level $LEVEL 50 Typical files read in blackbox tests are ``testplan.json`` , ``twister.xml`` and ``twister.log`` . 67 - this decorator allows us to use only tests defined in the ``test_data`` and 68 ignore the Zephyr testcases in the ``tests`` directory. **Note that all ``test_data`` 69 tests use** ``test_data.yaml`` **as a filename, not** ``testcase.yaml`` **!** [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 31 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 31 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 31 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | main.c | 29 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 31 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/tests/drivers/smbus/smbus_emul/ |
D | README.rst | 3 SMBUS unit tests 6 Unit tests emulate SMBus hardware controller and connected SMBus peripheral
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/ |
D | main.c | 39 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 41 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | main.c | 39 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 41 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | main.c | 35 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 37 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | main.c | 41 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 43 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bluetooth/host/cs/mocks/ |
D | CMakeLists.txt | 13 ${ZEPHYR_BASE}/tests/bluetooth/host 14 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/ |
D | main_lowres.c | 59 struct bst_test_list *test_main_lowres_install(struct bst_test_list *tests) in test_main_lowres_install() argument 61 return bst_add_tests(tests, test_def); in test_main_lowres_install()
|
/Zephyr-latest/subsys/testsuite/boards/unit_testing/unit_testing/ |
D | Kconfig.defconfig | 6 # for unit tests. 10 # Bluetooth unit tests assume HCI vendor extensions are available
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_periodic_sync/ |
D | CMakeLists.txt | 8 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/controller/common common) 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/controller/uut uut)
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/ |
D | CMakeLists.txt | 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/controller/common common) 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/controller/uut uut)
|