tests: net: sokcets: tcp: Adjust net_pkt count

Since the loopback driver makes use of the RX packet pool now, adjust
the packet count for the test.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2022-03-25 16:18:24 +01:00 committed by Carles Cufí
commit c1f06c7442

View file

@ -28,8 +28,8 @@ CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_TEST_USERSPACE=y
# The test requires lot of bufs
CONFIG_NET_PKT_TX_COUNT=24
CONFIG_NET_PKT_RX_COUNT=8
CONFIG_NET_PKT_TX_COUNT=8
CONFIG_ZTEST=y
CONFIG_ZTEST_STACK_SIZE=2048