zephyr/samples/net/echo_client/sample.yaml
Tomasz Bursztyka eae1ed8f2b samples/net: Removing support of cc2520 on frdm_k64f
There is an mcr20a shield board for frdm_k64f which is easier to use
than wiring a cc2520 by hand. So let's remove this.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2018-11-09 05:25:11 -06:00

31 lines
852 B
YAML

common:
harness: net
tags: net
sample:
description: Test core network features using a client/server
sample
name: Echo Client
tests:
test:
platform_whitelist: qemu_x86 frdm_k64f sam_e70_xplained
qemu_cortex_m3 arduino_101 frdm_kw41z
test_802154:
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
platform_whitelist: qemu_x86
test_bt:
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
platform_whitelist: qemu_x86
tags: bluetooth
test_nrf:
platform_whitelist: nrf52840_pca10056
test_nrf_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
tags: net openthread
platform_whitelist: nrf52840_pca10056
test_kw41z:
platform_whitelist: frdm_kw41z
test_kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
tags: net openthread
platform_whitelist: frdm_kw41z