zephyr/samples/net/telnet/sample.yaml
Alberto Escolar Piedras 1dd67be2e1 samples/net/telnet: Filter out for NATIVE_APPLICATION
This sample enables EVENTFD (through NET_SOCKETS_SERVICE)
which is not kconfig compatible with the old
NATIVE_APPLICATION targets (native_posix[//64])
Let's explicity filter out this platforms to avoid the
sample from failing to build

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

13 lines
208 B
YAML

sample:
name: Telnet Server
tests:
sample.net.telnet:
harness: net
depends_on: netif
tags:
- net
- telnet
platform_exclude:
- native_posix
- native_posix/native/64