1common: 2 harness: net 3 depends_on: netif 4 tags: 5 - net 6 - dns 7 platform_exclude: 8 - native_posix 9 - native_posix/native/64 10sample: 11 description: DNS resolver, mDNS and LLMNR responder 12 name: DNS resolver and responder sample application 13tests: 14 sample.net.dns_resolve.mdns: 15 extra_configs: 16 - CONFIG_MDNS_RESOLVER=y 17 - CONFIG_LLMNR_RESOLVER=n 18 - CONFIG_NET_DHCPV4=y 19 tags: mdns 20 sample.net.dns_resolve.llmnr: 21 extra_configs: 22 - CONFIG_MDNS_RESOLVER=n 23 - CONFIG_LLMNR_RESOLVER=y 24 - CONFIG_NET_DHCPV4=y 25 tags: llmnr 26 sample.net.dns_resolve.wifi.nrf70dk: 27 extra_args: 28 - SNIPPET=wifi-ipv4 29 - CONFIG_BUILD_ONLY_NO_BLOBS=y 30 platform_allow: 31 - nrf7002dk/nrf5340/cpuapp 32