Add unique identifier instead of just 'test' for samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
38 lines
1.2 KiB
YAML
38 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.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
|
|
sample.net.sockets.echo_client.enc28j60:
|
|
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
|
|
tags: net enc28j60
|
|
platform_whitelist: arduino_101
|