zephyr/tests/net/tcp/testcase.yaml

18 lines
427 B
YAML

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