By adding relevant test config to sample.yaml. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
65 lines
1.9 KiB
YAML
65 lines
1.9 KiB
YAML
common:
|
|
harness: net
|
|
tags: net
|
|
sample:
|
|
description: Test core network features using a client/server
|
|
sample
|
|
name: Echo Server
|
|
tests:
|
|
test:
|
|
platform_whitelist: qemu_x86 sam_e70_xplained frdm_k64f
|
|
qemu_cortex_m3 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_mcr20a:
|
|
extra_args: OVERLAY_CONFIG="overlay-frdm_k64f_mcr20a.conf"
|
|
platform_whitelist: frdm_k64f
|
|
test_nrf_802154:
|
|
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
|
|
platform_whitelist: nrf52840_pca10056
|
|
test_usbnet:
|
|
harness: net
|
|
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
|
platform_whitelist: quark_se_c1000_devboard 96b_carbon
|
|
extra_configs:
|
|
- CONFIG_NET_SHELL=n
|
|
tags: net usb
|
|
test_usbnet_composite:
|
|
harness: net
|
|
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
|
extra_configs:
|
|
- CONFIG_USB_COMPOSITE_DEVICE=y
|
|
platform_whitelist: quark_se_c1000_devboard 96b_carbon
|
|
tags: net usb
|
|
test_nrf_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: nrf52840_pca10056
|
|
test_kw41z_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: frdm_kw41z
|
|
test_enc28j60:
|
|
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
|
|
tags: net enc28j60
|
|
platform_whitelist: arduino_101
|
|
test_e1000:
|
|
extra_args: OVERLAY_CONFIG="overlay-e1000.conf"
|
|
tags: net
|
|
platform_whitelist: qemu_x86
|
|
test_stellaris:
|
|
extra_args: OVERLAY_CONFIG="overlay-qemu_cortex_m3_eth.conf"
|
|
tags: net
|
|
platform_whitelist: qemu_cortex_m3
|
|
test_smsc911x:
|
|
extra_args: OVERLAY_CONFIG="overlay-smsc911x.conf"
|
|
tags: net
|
|
platform_whitelist: mps2_an385
|