1common: 2 harness: net 3 depends_on: netif 4 tags: 5 - net 6 - dns 7sample: 8 description: DNS resolver, mDNS and LLMNR responder 9 name: DNS resolver and responder sample application 10tests: 11 sample.net.dns_resolve.mdns: 12 extra_configs: 13 - CONFIG_MDNS_RESOLVER=y 14 - CONFIG_LLMNR_RESOLVER=n 15 - CONFIG_NET_DHCPV4=y 16 tags: mdns 17 sample.net.dns_resolve.llmnr: 18 extra_configs: 19 - CONFIG_MDNS_RESOLVER=n 20 - CONFIG_LLMNR_RESOLVER=y 21 - CONFIG_NET_DHCPV4=y 22 tags: llmnr 23