zephyr/samples/net/echo_client/sample.yaml
Jukka Rissanen a1594472f2 samples: net: echo-client: Add overlay config support
Refactor the prj*conf files so that there is only one master
prj.conf and several overlay conf files that add / change
only minor subset of functionality.

Use the overlay files like so:
    cmake -DBOARD=nrf52840_pca10056 \
          -DOVERLAY_CONFIG=overlay-ot.conf ..

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-07-25 12:42:36 +03:00

32 lines
914 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_cc2520:
extra_args: OVERLAY_CONFIG="overlay-frdm_k64f_cc2520.conf"
platform_whitelist: frdm_k64f
test_nrf:
platform_whitelist: nrf52840_pca10056
test_nrf_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
platform_whitelist: nrf52840_pca10056
test_kw41z:
platform_whitelist: frdm_kw41z
test_kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
platform_whitelist: frdm_kw41z