/Zephyr-latest/tests/unit/timeutil/ |
D | test_s32.c | 12 static const struct timeutil_test_data tests[] = { variable 243 timeutil_check(tests, sizeof(tests) / sizeof(*tests)); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/ |
D | test_connect2.c | 273 struct bst_test_list *test_connect2_install(struct bst_test_list *tests) in test_connect2_install() argument 275 tests = bst_add_tests(tests, test_connect); in test_connect2_install() 276 return tests; in test_connect2_install()
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 13 Pytest is a python framework that *“makes it easy to write small, readable tests, and can scale to 30 Pytest-based test suites are discovered the same way as other twister tests, i.e., by a presence 71 tests: 76 By default, pytest tries to look for tests in a ``pytest`` directory located next to a directory 80 Pytest scans the given locations looking for tests, following its default 113 writing tests which are device-type-agnostic. Scope of this fixture is determined by the 131 optimized for interactions with a shell. It can be used instead of ``dut`` for tests. Scope of this 225 Examples of pytest tests in the Zephyr project 229 * MCUmgr tests - :zephyr_file:`tests/boot/with_mcumgr` 230 * LwM2M tests - :zephyr_file:`tests/net/lib/lwm2m/interop` [all …]
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 467 "./scripts/dts/python-devicetree/tests/test_dtlib.py" = [ 476 "./scripts/dts/python-devicetree/tests/test_edtlib.py" = [ 726 "./scripts/pylib/pytest-twister-harness/tests/conftest.py" = [ 731 "./scripts/pylib/pytest-twister-harness/tests/device/binary_adapter_test.py" = [ 737 "./scripts/pylib/pytest-twister-harness/tests/device/hardware_adapter_test.py" = [ 742 "./scripts/pylib/pytest-twister-harness/tests/device/qemu_adapter_test.py" = [ 748 "./scripts/pylib/pytest-twister-harness/tests/helpers/shell_test.py" = [ 751 "./scripts/pylib/pytest-twister-harness/tests/resources/fifo_mock.py" = [ 823 "./scripts/tests/twister/conftest.py" = [ 827 "./scripts/tests/twister/pytest_integration/test_harness_pytest.py" = [ [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/central/ |
D | CMakeLists.txt | 12 add_subdirectory(${ZEPHYR_BASE}/tests/bsim/babblekit babblekit) 20 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/common/testlib testlib)
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | main.c | 55 struct bst_test_list *test_encrypted_ad_data_install(struct bst_test_list *tests) in test_encrypted_ad_data_install() argument 57 return bst_add_tests(tests, test_def); in test_encrypted_ad_data_install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/ |
D | CMakeLists.txt | 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/common/testlib testlib) 13 add_subdirectory(${ZEPHYR_BASE}/tests/bsim/babblekit babblekit)
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | main.c | 59 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 61 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/ |
D | CMakeLists.txt | 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_update_usage/ |
D | CMakeLists.txt | 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board. 40 * :github:`21756` - tests/kernel/obj_tracing failed on mec15xxevb_assy6853 board. 113 * :github:`16010` - Coverage reporting fails on many tests 185 * :github:`17595` - two userspace tests fail if stack canaries are enabled in board configuration 187 * :github:`17613` - POSIX arch: occasional failures of tests/kernel/sched/schedule_api on CI 243 * :github:`23339` - tests/kernel/sched/schedule_api failed on mps2_an385 with v1.14 branch. 312 * :github:`16010` - Coverage reporting fails on many tests 384 * :github:`17595` - two userspace tests fail if stack canaries are enabled in board configuration 386 * :github:`17613` - POSIX arch: occasional failures of tests/kernel/sched/schedule_api on CI 580 - Userspace is no longer enabled by default for tests. Tests that are [all …]
|
D | release-notes-2.5.rst | 313 * SPARC QEMU for emulating LEON3 processors and running kernel tests 686 * Fixed the return code in MQTT Docker tests. 958 * :github:`32181` - samples: tests: Tests from samples/boards/nrf/nrfx fail 959 * :github:`32179` - samples: tests: Tests from samples/subsys/usb/audio fail 962 * :github:`31675` - [Coverity CID :216790] Division or modulo by zero in tests/drivers/can/timing/s… 987 * :github:`32040` - BT_AUDIO_UNICAST selection rejected in nightly tests 993 * :github:`32005` - stm32: async uart tests fail 995 * :github:`31996` - tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso fails to build on … 1001 * :github:`31948` - tests: drivers: spi: spi_loopback: became skipped whereas it used to be run 1022 * :github:`31822` - tests: drivers: timer: Test drivers.timer.nrf_rtc_timer.stress fails on nrf52 p… [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | main.c | 62 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 64 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_main.c | 67 struct bst_test_list *test_privacy_install(struct bst_test_list *tests) in test_privacy_install() argument 69 return bst_add_tests(tests, test_def); in test_privacy_install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/ |
D | main.c | 62 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 64 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/ |
D | main.c | 74 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 76 return bst_add_tests(tests, entrypoints); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/ |
D | central.c | 76 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 78 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_scanner.c | 210 struct bst_test_list *test_scanner_install(struct bst_test_list *tests) in test_scanner_install() argument 212 tests = bst_add_tests(tests, test_scanner); in test_scanner_install() 213 return tests; in test_scanner_install()
|
/Zephyr-latest/tests/boot/with_mcumgr/ |
D | README.rst | 13 To run tests with Twister on ``nrf52840dk/nrf52840`` platform, 18 ./zephyr/scripts/twister -vv --west-flash --enable-slow -T zephyr/tests/boot/with_mcumgr \ 30 pytest zephyr/tests/boot/with_mcumgr/pytest --collect-only -v
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 12 The tests are implemented in ``tests/bsim/bluetooth``. 15 This sample test uses the ``testlib`` (:zephyr_file:`tests/bluetooth/common/testlib/CMakeLists.txt`)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/ |
D | main_collision.c | 85 struct bst_test_list *test_main_collision_install(struct bst_test_list *tests) in test_main_collision_install() argument 87 return bst_add_tests(tests, test_def); in test_main_collision_install()
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/ |
D | CMakeLists.txt | 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | CMakeLists.txt | 21 ${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks 28 "SHELL:-T ${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks/mock-sections.ld"
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/ |
D | Kconfig | 7 bool "LE Connected Isochronous Streams (for unit tests)" 10 int "LE Connected Isochronous Groups (for unit tests)" 28 int "Number of Isochronous Adaptation Layer sinks (for unit tests)" 31 int "Number of Isochronous Adaptation Layer sinks (for unit tests)" 79 source "tests/bluetooth/controller/common/Kconfig"
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/ |
D | CMakeLists.txt | 8 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks) 9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)
|