zephyr/samples/net/echo_client/sample.yaml
Jukka Rissanen 61cc71e4c1 samples: net: echo-*: Add openthread tag for sanitychecker
Add "openthread" tag for sanitychecker when it is running
OpenThread specific tests. This way it is easier to run just
those few OpenThread specific tests.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-10-04 14:13:57 +03:00

34 lines
964 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"
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