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