zephyr/tests
Oleg Zhurakivskyy 593f7c4556 tests: net: tcp2: Avoid trying to free net_pkt twice
For success cases, the net_pkt is handled by the IP stack
so no need to free the net_pkt. The double free is not causing
any issues as the net_pkt code will just ignore the request but
we should avoid doing it because of error prints that are printed.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-05-25 12:42:22 +02:00
..
application_development global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
arch drivers: timer: nrf: Remove RTC1 dependency 2020-05-21 17:43:08 +02:00
benchmarks tests: timing_info: need to calibrate TSC frequency on x86 2020-05-20 22:34:39 +02:00
bluetooth tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
boards flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
crypto cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
deprecated/dts tests: deprecated: dts: Test deprecated DTS functionality 2020-05-13 21:22:53 +02:00
drivers tests: gpio_basic: this test requires a fixture 2020-05-24 20:25:51 +02:00
kernel tests: timer_api: avoid compounding errors in imprecise conversions 2020-05-24 20:28:58 +02:00
lib test: lib: heap: increase timeout 2020-05-20 10:32:36 +02:00
misc/test_build boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
net tests: net: tcp2: Avoid trying to free net_pkt twice 2020-05-25 12:42:22 +02:00
portability tests: cmsis_rtos_v2: adjust timer period to avoid starvation 2020-05-19 17:18:43 +02:00
posix tests: posix: clock: Workaround to align clocks before querying 2020-05-08 17:31:45 +02:00
shell tests: shell: Add test for raw argument option 2020-05-07 23:47:39 -05:00
subsys flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
unit sys/util.h: Add IS_EMPTY and LIST_DROP_EMPTY macros 2020-05-08 17:50:25 +02:00
ztest Revert "cmake: Get unit tests passing CI again" 2020-03-31 10:00:15 -04:00