zephyr/samples/net/sockets/echo_client/sample.yaml
Anas Nashif 84e87a1eb4 samples: net: quark/arduino 101 do not have ethernet support
Remove old configurations of boards that do not support networking
natively and very custom and difficult to test.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-07-12 05:54:16 -07:00

37 lines
1.2 KiB
YAML

common:
harness: net
tags: net socket
depends_on: netif
min_flash: 140
sample:
description: Test network sockets using a client/server
sample
name: Socket Echo Client
tests:
sample.net.sockets.echo_client:
platform_whitelist: qemu_x86 frdm_k64f sam_e70_xplained
qemu_cortex_m3 frdm_kw41z
sample.net.sockets.echo_client.802154:
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
platform_whitelist: qemu_x86
sample.net.sockets.echo_client.bt:
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
platform_whitelist: qemu_x86
tags: bluetooth
sample.net.sockets.echo_client.mcr20a:
extra_args: SHIELD=frdm_cr20a OVERLAY_CONFIG=overlay-802154.conf
platform_whitelist: frdm_k64f
sample.net.sockets.echo_client.nrf_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: nrf52840_pca10056
sample.net.sockets.echo_client.nrf_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_whitelist: nrf52840_pca10056
sample.net.sockets.echo_client.kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_whitelist: frdm_kw41z