zephyr/tests/net/socket/getaddrinfo/testcase.yaml
Jukka Rissanen 1d96454dc7 tests: net: dns: Fix the tests to check the exponential backoff
Make sure that we do needed number of exponential backoff queries
if configured so.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-03-06 13:33:50 +01:00

16 lines
333 B
YAML

common:
depends_on: netif
filter: CONFIG_FULL_LIBC_SUPPORTED
tags:
- net
- socket
- getaddrinfo
- userspace
tests:
net.socket.get_addr_info:
min_ram: 21
net.socket.get_addr_info.timeout:
extra_configs:
- CONFIG_NET_SOCKETS_DNS_TIMEOUT=2000
- CONFIG_NET_SOCKETS_DNS_BACKOFF_INTERVAL=1000