Convert them to native YAML lists. Support for space-separated lists was deprecated in Twister a long time ago. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
14 lines
219 B
YAML
14 lines
219 B
YAML
common:
|
|
min_ram: 16
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- iface
|
|
tests:
|
|
net.conn_mgr.nodad:
|
|
extra_configs:
|
|
- CONFIG_NET_IPV6_DAD=n
|
|
net.conn_mgr.dad:
|
|
extra_configs:
|
|
- CONFIG_NET_IPV6_DAD=y
|