mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 21:22:41 +00:00
Add samples config for nRF52840 with OpenThread for echo_client and echo_server. Add OpenThread to CI for echo_client and echo_server on nRF52840 Signed-off-by: Kamil Sroka <kamil.sroka@nordicsemi.no>
24 lines
659 B
YAML
24 lines
659 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
|
|
test_802154:
|
|
extra_args: CONF_FILE="prj_qemu_802154.conf"
|
|
platform_whitelist: qemu_x86
|
|
test_bt:
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
platform_whitelist: qemu_x86
|
|
tags: bluetooth
|
|
test_cc2520:
|
|
extra_args: CONF_FILE="prj_frdm_k64f_cc2520.conf"
|
|
platform_whitelist: frdm_k64f
|
|
test_openthread:
|
|
extra_args: CONF_FILE="prj_nrf52840_ot.conf"
|
|
platform_whitelist: nrf52840_pca10056 |