zephyr/tests
Rodrigo Peixoto 2fa6a440ae tests: zbus: replacing K_NO_WAIT with K_FOREVER in integration tests
The zbus_chan_read with K_NO_WAIT was generating a fail in the
qemu_riscv32_smp board. This fix replaces the K_NO_WAIT with a K_FOREVER
on the test, which would not affect the test execution for other
platforms/boards.

Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
2023-11-29 19:51:13 +01:00
..
application_development tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
arch arch: introduce DSP_SHARING and CPU_HAS_DSP configs 2023-11-27 09:05:54 +00:00
benchmarks syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
bluetooth bluetooth: add HCI driver parameter to set controller's public address 2023-11-29 10:44:25 +01:00
boards tests/boards/native*: Moved to native_sim 2023-11-27 16:06:42 +00:00
boot tests: mcuboot: Enable mcuboot shell command 2023-11-21 09:55:44 +01:00
bsim tests/bsim/compile: Add option to pass extra cmake arguments 2023-11-28 16:45:00 -05:00
cmake tests/cmake/*: Switch to native_sim 2023-11-27 16:06:42 +00:00
crypto tests/crypto/*: Switch from native_posix to native_sim 2023-11-27 16:06:42 +00:00
drivers tests: gnss: add some tests for gnss_dump 2023-11-29 14:30:40 +00:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel tests: kernel: mem_protect: mem_map: fix wrong include 2023-11-23 15:17:44 +01:00
lib tests: Allow thrd test to run on xtensa 2023-11-28 14:46:15 -05:00
misc tests: misc: iterable_sections: add named alternate tests 2023-11-28 15:35:39 +01:00
modules tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
net tests: net: socket: Add recv pktinfo ancillary tests for recvmsg 2023-11-27 19:58:47 +01:00
posix tests: posix: test pthread_cleanup_push() / pop() 2023-11-29 10:08:44 +01:00
robot
subsys tests: zbus: replacing K_NO_WAIT with K_FOREVER in integration tests 2023-11-29 19:51:13 +01:00
unit tests: unit: cbprintf: Add tests for string validation 2023-11-24 09:23:18 +01:00
ztest tests/ztest: Swap native_posix with native_sim 2023-11-20 12:02:48 +01:00
test_config.yaml