1common:
2  tags:
3    - dns
4    - net
5  depends_on: netif
6  min_ram: 16
7  timeout: 600
8  platform_exclude:
9    - native_posix
10    - native_posix/native/64
11tests:
12  net.dns.addremove:
13    min_ram: 21
14  net.dns.addremove.no_ipv6:
15    extra_configs:
16      - CONFIG_NET_IPV6=n
17  net.dns.no_ipv4:
18    extra_configs:
19      - CONFIG_NET_IPV4=n
20