diff --git a/samples/net/dns_resolve/sample.yaml b/samples/net/dns_resolve/sample.yaml index 0fa4fb8f80b..593ba8faac2 100644 --- a/samples/net/dns_resolve/sample.yaml +++ b/samples/net/dns_resolve/sample.yaml @@ -1,8 +1,13 @@ sample: - description: TBD + description: DNS resolver sample application name: DNS Resolver +common: + harness: net + depends_on: netif + tags: net dns tests: test: - harness: net - depends_on: netif - tags: net dns + extra_configs: + - CONFIG_NET_DHCPV4=y + - CONFIG_NET_DEBUG_APP=y + - CONFIG_SYS_LOG_NET_LEVEL=4