1common:
2  tags:
3    - dns
4    - net
5  depends_on: netif
6  timeout: 600
7  min_ram: 21
8tests:
9  net.dns.resolve:
10    extra_configs:
11      - CONFIG_NET_TC_THREAD_COOPERATIVE=y
12  net.dns.resolve.preempt:
13    extra_configs:
14      - CONFIG_NET_TC_THREAD_PREEMPTIVE=y
15  net.dns.resolve.no_ipv6:
16    extra_args: CONF_FILE=prj-no-ipv6.conf
17    min_ram: 16
18