Home
last modified time | relevance | path

Searched refs:tests (Results 176 – 200 of 940) sorted by relevance

12345678910>>...38

/Zephyr-latest/tests/unit/timeutil/
Dtest_s32.c12 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/
Dtest_connect2.c273 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/
Dpytest.rst13 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.toml467 "./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/
DCMakeLists.txt12 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/
Dmain.c55 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/
DCMakeLists.txt9 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/
Dmain.c59 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/
DCMakeLists.txt9 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/
DCMakeLists.txt9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst37 * :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 …]
Drelease-notes-2.5.rst313 * 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/
Dmain.c62 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/
Dtest_undirected_main.c67 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/
Dmain.c62 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/
Dmain.c74 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/
Dcentral.c76 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/
Dtest_scanner.c210 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/
DREADME.rst13 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/
DREADME.rst12 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/
Dmain_collision.c85 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/
DCMakeLists.txt9 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/
DCMakeLists.txt21 ${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/
DKconfig7 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/
DCMakeLists.txt8 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)

12345678910>>...38