zephyr/tests
Emil Gydesen a15cc2d37c tests: Bluetooth: BAP: Make RX checks less strict
Modify stream_rx.c so that the calls to FAIL are guarded
by the newly added valid_rx_cnt.

This helps prevent timing issues, especially with
broadcast, where the first SDU(s) may be delayed from
the application, and thus may be missed/contain errors.
Now it will only treat missing or error SDUs as a FAIL
if we have received a valid SDU. All fails, will still be
logged. We now also log both valid and total count.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-03-25 08:43:44 +01:00
..
application_development scripts: code_relocate: support section filter 2025-02-14 03:02:56 +01:00
arch tests: arm: exclude i.mx95 m7 for some interrupt tests 2025-03-25 05:59:30 +01:00
benchmarks tests: thread_metric: Fix cooperative for SMP 2025-03-17 07:05:36 +01:00
bluetooth bluetooth: tester: btp_gap: adds set rpa timeout cmd 2025-03-24 15:09:53 +01:00
boards boards: espressif: esp32c6: Add LP Core board support 2025-03-21 17:05:20 +01:00
boot tests: boot: test_mcuboot: Add swap using offset test 2025-02-10 19:05:25 +01:00
bsim tests: Bluetooth: BAP: Make RX checks less strict 2025-03-25 08:43:44 +01:00
cmake dts: zephyr,native-posix-cpu changed to zephyr,native-sim-cpu 2025-03-12 02:27:36 +01:00
crypto
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers tests: drivers: flash: extend support for nRF54L09 and nRF54L20 2025-03-24 19:22:56 +01:00
integration/kernel
kconfig
kernel kernel/sched: Re-sort waitq on priority change 2025-03-24 07:58:36 +01:00
lib tests: lib: cmsis_dsp: Fix -Wsometimes-uninitialized warning 2025-03-23 13:19:27 +01:00
misc tests: linker: iterable_sections: Test sorting with 5 numeric characters 2025-01-22 10:40:45 +01:00
modules
net tests: lwm2m: add ignored vulnerabilities for CoAPthon3 2025-03-24 12:14:20 +01:00
posix test: posix: timers: Fix unused function warning 2025-03-24 07:53:10 +01:00
robot
subsys modem: modem_cellular: Configurable MTU for CMUX 2025-03-24 19:33:07 +01:00
unit everywhere: Use correct macro for gcc-specific warnings 2025-03-20 21:57:47 +01:00
ztest Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
test_config_ci.yaml twister: config: test on integration plaforms if defined 2025-03-19 08:51:50 -04:00
test_config.yaml