1common:
2  min_ram: 16
3  depends_on: netif
4  tags: net iface
5tests:
6  net.conn_mgr_nodad:
7    extra_configs:
8      - CONFIG_NET_IPV6_DAD=n
9  net.conn_mgr_dad:
10    extra_configs:
11      - CONFIG_NET_IPV6_DAD=y
12