1common:
2  depends_on: netif
3  tags:
4    # eventfd API does not work with native_posix so exclude it here
5    - net
6    - dhcpv4
7  platform_exclude:
8    - native_posix
9    - native_posix/native/64
10tests:
11  net.dhcpv4_server:
12    extra_configs:
13      - CONFIG_NET_TC_THREAD_COOPERATIVE=y
14  net.dhcpv4_server.preempt:
15    extra_configs:
16      - CONFIG_NET_TC_THREAD_PREEMPTIVE=y
17  net.dhcpv4_server.no_probe:
18    extra_configs:
19      - CONFIG_NET_DHCPV4_SERVER_ICMP_PROBE_TIMEOUT=0
20