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>
13 lines
225 B
YAML
13 lines
225 B
YAML
common:
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- dhcpv6
|
|
tests:
|
|
net.dhcpv6:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.dhcpv6.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|