zephyr/tests/net/socket/getaddrinfo/testcase.yaml
Jukka Rissanen 2c4b2a16a5 tests: net: getaddrinfo: Make sure we receive two queries
If user supplies AF_UNSPEC, we need to do two queries, one for
IPv4 A record and one for IPv6 AAAA record.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-06-20 14:45:43 +03:00

7 lines
108 B
YAML

common:
depends_on: netif
tests:
net.socket:
min_ram: 21
tags: net socket getaddrinfo userspace