zephyr/tests/net/lib/dns_resolve/testcase.yaml
Jukka Rissanen c53d02439b tests: net: dns: Add tests for joining mDNS multicast group
Make sure that if mDNS resolver is enabled, we join the mDNS
multicast group so that query responses can be received.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-03-07 20:28:03 +01:00

24 lines
510 B
YAML

common:
tags:
- dns
- net
depends_on: netif
timeout: 600
min_ram: 21
tests:
net.dns.resolve:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
net.dns.resolve.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.dns.resolve.no_ipv6:
extra_args: CONF_FILE=prj-no-ipv6.conf
min_ram: 16
net.mdns.resolve:
extra_configs:
- CONFIG_MDNS_RESOLVER=y
- CONFIG_MDNS_RESPONDER=n
- CONFIG_NET_IPV6_MLD=y
- CONFIG_NET_IPV4_IGMP=y