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>
20 lines
479 B
YAML
20 lines
479 B
YAML
common:
|
|
depends_on: netif
|
|
tags:
|
|
# eventfd API does not work with native_posix so exclude it here
|
|
- net
|
|
- dhcpv4
|
|
platform_exclude:
|
|
- native_posix
|
|
- native_posix/native/64
|
|
tests:
|
|
net.dhcpv4_server:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.dhcpv4_server.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|
|
net.dhcpv4_server.no_probe:
|
|
extra_configs:
|
|
- CONFIG_NET_DHCPV4_SERVER_ICMP_PROBE_TIMEOUT=0
|