Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: net: ipv6: Fix RA test #72550

Merged

Conversation

rlubos
Copy link
Contributor

@rlubos rlubos commented May 10, 2024

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.

Fixes #72518

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>
@pdgendt pdgendt added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label May 13, 2024
@carlescufi carlescufi merged commit 8d221a9 into zephyrproject-rtos:main May 13, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

net: ipv6: net.ipv6.privacy_extension.prefer_{public | temporary} fail
5 participants