zephyr/samples/net/dns_resolve/sample.yaml
Jukka Rissanen 85e7610fab samples: net: dns_resolve: Convert to new logging system
Use new logging system with support for network log level.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-10-04 14:13:57 +03:00

21 lines
460 B
YAML

common:
harness: net
depends_on: netif
tags: net dns
sample:
description: DNS resolver, mDNS and LLMNR responder
name: DNS resolver and responder sample application
tests:
test_mdns:
extra_configs:
- CONFIG_MDNS_RESOLVER=y
- CONFIG_LLMNR_RESOLVER=n
- CONFIG_NET_DHCPV4=y
tags: mdns
test_llmnr:
extra_configs:
- CONFIG_MDNS_RESOLVER=n
- CONFIG_LLMNR_RESOLVER=y
- CONFIG_NET_DHCPV4=y
tags: llmnr