-
Notifications
You must be signed in to change notification settings - Fork 8.3k
tests: Bluetooth: Mesh: move semaphores out bsim initializations #73464
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: Bluetooth: Mesh: move semaphores out bsim initializations #73464
Conversation
It is not correctly to call Zephyr API from bsim HW thread. Commit moves friendship test suite semaphores initialization into test bodies. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
|
It is not correctly to call Zephyr API from bsim HW models thread initialization functionality |
|
Where is the semaphore initialization here? |
in test bodies in |
aescolar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
Hi @PavelVPV, this requires your attention. |
Last activity: 18 months ago (pr)
Recent activities:
- pr: Bluetooth: Mesh: Fix PB GATT adv name
zephyrproject-rtos#73526
(2024-05-30T13:56:48Z)
- commit: Commit to zephyrproject-rtos/zephyr
https://github.com/zephyrproject-rtos/zephyr (2024-05-30T07:00:00Z)
- review: Review on 'tests: Bluetooth: Mesh: move semaphores out bsim
initializations'
zephyrproject-rtos#73464
(2024-05-29T12:59:46Z)
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
It is not correctly to call Zephyr API from bsim
HW models thread.
Commit moves friendship test suite semaphores
initialization into test bodies.