zephyr/tests/net/dhcpv4/client/testcase.yaml
Jukka Rissanen 6924b0d49a tests: net: Exclude native_posix because of socket service
The native_posix board does not work well with eventfd so disable
it with tests that use socket service API.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-20 14:25:44 +03:00

23 lines
574 B
YAML

common:
depends_on: netif
tags:
- net
- dhcpv4
platform_exclude:
- native_posix/native/64
- native_posix
tests:
net.dhcpv4_client:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
net.dhcpv4_client.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.dhcpv4_client.optioncbs:
extra_configs:
- CONFIG_NET_DHCPV4_OPTION_CALLBACKS=y
net.dhcpv4_client.optioncbs_vendor_specific:
extra_configs:
- CONFIG_NET_DHCPV4_OPTION_CALLBACKS=y
- CONFIG_NET_DHCPV4_OPTION_CALLBACKS_VENDOR_SPECIFIC=y