blob: 7f4a509553ae90278033ca2a0a94ea0ce746748f [file] [log] [blame]
common:
depends_on: netif
tags:
- net
- tcp
tests:
net.tcp.simple:
extra_configs:
- CONFIG_NET_TCP_RECV_QUEUE_TIMEOUT=1000
net.tcp.no_recv_queue:
extra_configs:
- CONFIG_NET_TCP_RECV_QUEUE_TIMEOUT=0
net.tcp.variable_buf_size:
extra_configs:
- CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
- CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=4096
- CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=4096