20 lines
377 B
YAML
20 lines
377 B
YAML
common:
|
|
harness: net
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- telnet
|
|
sample:
|
|
name: Telnet Server
|
|
tests:
|
|
sample.net.telnet:
|
|
platform_exclude:
|
|
- native_posix
|
|
- native_posix/native/64
|
|
sample.net.telnet.wifi.nrf70dk:
|
|
extra_args:
|
|
- SNIPPET=wifi-ipv4
|
|
- CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
|
|
platform_allow:
|
|
- nrf7002dk/nrf5340/cpuapp
|