zephyr/tests
Robert Lubos 8d221a91d0 tests: net: ipv6: Fix RA test
Due to recent changes, as simple k_yield() is not enough on some
platforms (nRF platforms for example), as the entropy subsystem is now
used because of PE, which may block, causing context switch before
entire RA message is processed.

Fix this by adding small delay before checking if RA was processed
properly.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-05-13 09:37:32 +02:00
..
application_development hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
arch riscv: FPU trap: test case thread typo fix 2024-05-10 11:38:57 +03:00
benchmarks tests: use appropriate sys_randX_get() 2024-04-05 10:57:45 -05:00
bluetooth Bluetooth: Host: Map HCI cmd disallowed to errno 2024-05-10 17:38:06 +03:00
boards driver: ssp: update Intel SSP DAI driver to support dynamic SSP management 2024-04-25 12:14:50 +02:00
boot tests: test_mcuboot: update test pattern for upgrade mode 2024-05-12 11:03:26 -04:00
bsim Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU 2024-05-10 15:02:10 +02:00
cmake tests: cmake: overlays: Add soc_folder_overlay test 2024-04-29 15:08:35 +01:00
crypto tests: mbedtls: add missing CONFIGS 2024-05-09 10:27:30 +02:00
drivers test: pwm: add mimxrt1060_evk support for pwm 2024-05-10 18:07:55 -04:00
kconfig/configdefault
kernel tests/kernel/context: Detect spurious wakes during timeout check 2024-05-07 17:56:50 -04:00
lib lib: smf: constant number of arguments for SMF_CREATE_STATE() 2024-05-07 17:46:21 +02:00
misc cmake: linker: Use kconfig for iterable section subalign 2024-05-07 18:01:37 -04:00
modules tests: thrift: build_only until c++11 threads are in sdk 2024-03-29 15:54:34 -05:00
net tests: net: ipv6: Fix RA test 2024-05-13 09:37:32 +02:00
posix posix: Introduce getentropy() function 2024-04-29 11:46:06 +01:00
robot
subsys tests: mgmt: mcumgr: fs_mgmt_hash_supported: make CI green 2024-05-10 18:24:38 -04:00
unit kernel: api: implement test for sys_slist_find 2024-03-12 13:46:29 -04:00
ztest tests/ztest: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
test_config.yaml