blob: 49d0d8edd333b2ea4e6b3b6fc14016bb097a7c28 [file]
# General config
CONFIG_REQUIRES_FULL_LIBC=y
# Networking config
CONFIG_NETWORKING=y
CONFIG_NET_TEST=y
CONFIG_NET_DRIVERS=y
CONFIG_NET_LOOPBACK=y
CONFIG_NET_IPV4=n
CONFIG_NET_IPV6=y
CONFIG_NET_SOCKETS=y
# Defines fd_set size. The test wants to specifically
# check that select bitset size is calculated correctly.
# We want to set the max fd count to 33 so need to ignore
# the min value.
CONFIG_ZVFS_OPEN_MAX=33
CONFIG_ZVFS_OPEN_IGNORE_MIN=y
# Network driver config
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ZTEST=y
CONFIG_NET_TCP_INIT_RETRANSMISSION_TIMEOUT=100
# User mode requirements
CONFIG_TEST_USERSPACE=y
CONFIG_HEAP_MEM_POOL_SIZE=128