zephyr/samples/net/dhcpv4_client/sample.yaml
Alberto Escolar Piedras 1a1032de48 samples/net/dhcpv4_client: Exclude native_posix due to EVENTFD
EVENTFD is not anymore compatible with these targets so let's
disable them with this sample to avoid a failure in twister
otherwise.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-07-04 17:59:34 +02:00

12 lines
211 B
YAML

sample:
name: DHCP Client
tests:
sample.net.dhcpv4_client:
harness: net
depends_on: netif
platform_exclude:
- native_posix/native/64
- native_posix
tags:
- net
- http