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>
13 lines
208 B
YAML
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
|