zephyr/tests
Piotr Pryga e87172f483 Bluetooth: Controller: llcp: Fix failing UT for version exchange
Test that verifies correct handling of Version exchanged procedure
called twice on the same connection failed. The reason was wrong
number of expected free procedure context objects. It was expected
that there will be one context not released.
That was wrong because the context is released just after the procedure
completes in idle state. The second and following calls to the procedure
do not start any PDU exchange, so the procedure ends immediately.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-02-02 10:53:51 +01:00
..
application_development/gen_inc_file cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch modules: trusted-firmware-m: Use TF-M install headers as interface 2022-02-01 11:31:36 +01:00
benchmarks pm: s/PM_DEVICE_(DT_(INST))_REF/PM_DEVICE_(DT_(INST))_GET 2022-01-18 12:14:06 -05:00
bluetooth Bluetooth: Controller: llcp: Fix failing UT for version exchange 2022-02-02 10:53:51 +01:00
boards tests: boards: intel_s1000_crb: fix k_sleep arguments 2022-01-31 15:25:42 -05:00
boot/uefi tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
drivers tests: drivers: clock_control: nrf_calibration: Skip test for nrf52832 2022-02-01 14:16:18 -06:00
kernel test/kernel/mbox: Drop needless _1cpu_ from test cases 2022-01-26 13:34:45 -05:00
lib tests: lib: ring_buffer: Increase timeot 2022-01-26 14:39:12 -05:00
misc cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
net net: lwm2m: Add LwM2M gateway object 2022-01-18 13:19:12 -05:00
posix tests: lib: getopt 2022-01-06 21:26:59 +01:00
subsys tests: logging: log_api: Execute message dropping test on 1 cpu 2022-02-01 08:16:10 -05:00
unit lib/os: Add sys_winstream lockless shared memory byte stream IPC 2022-01-13 14:01:23 -05:00
ztest tests: ztress: fix dependency on SMP 2022-01-12 14:13:21 -05:00