1common:
2  harness: net
3  depends_on: netif
4  tags:
5    - net
6    - telnet
7sample:
8  name: Telnet Server
9tests:
10  sample.net.telnet:
11    platform_exclude:
12      - native_posix
13      - native_posix/native/64
14  sample.net.telnet.wifi.nrf70dk:
15    extra_args:
16      - SNIPPET=wifi-ipv4
17      - CONFIG_BUILD_ONLY_NO_BLOBS=y
18    platform_allow:
19      - nrf7002dk/nrf5340/cpuapp
20