Remove old configurations of boards that do not support networking natively and very custom and difficult to test. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
61 lines
2.0 KiB
YAML
61 lines
2.0 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 Server
|
|
tests:
|
|
sample.net.sockets.echo_server:
|
|
platform_whitelist: qemu_x86 sam_e70_xplained frdm_k64f
|
|
qemu_cortex_m3 frdm_kw41z
|
|
sample.net.sockets.echo_server.802154:
|
|
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
|
|
platform_whitelist: qemu_x86
|
|
sample.net.sockets.echo_server.bt:
|
|
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
|
|
platform_whitelist: qemu_x86
|
|
tags: bluetooth
|
|
sample.net.sockets.echo_server.mcr20a:
|
|
extra_args: SHIELD=frdm_cr20a OVERLAY_CONFIG=overlay-802154.conf
|
|
platform_whitelist: frdm_k64f
|
|
sample.net.sockets.echo_server.nrf_802154:
|
|
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
|
|
platform_whitelist: nrf52840_pca10056
|
|
sample.net.sockets.echo_server.usbnet:
|
|
depends_on: usb_device
|
|
harness: net
|
|
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
|
tags: net usb
|
|
sample.net.sockets.echo_server.usbnet_composite:
|
|
depends_on: usb_device
|
|
harness: net
|
|
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
|
extra_configs:
|
|
- CONFIG_USB_COMPOSITE_DEVICE=y
|
|
tags: net usb
|
|
sample.net.sockets.echo_server.nrf_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: nrf52840_pca10056
|
|
sample.net.sockets.echo_server.kw41z_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: frdm_kw41z
|
|
sample.net.sockets.echo_server.e1000:
|
|
extra_args: OVERLAY_CONFIG="overlay-e1000.conf"
|
|
tags: net
|
|
platform_whitelist: qemu_x86
|
|
sample.net.sockets.echo_server.stellaris:
|
|
extra_args: OVERLAY_CONFIG="overlay-qemu_cortex_m3_eth.conf"
|
|
tags: net
|
|
platform_whitelist: qemu_cortex_m3
|
|
sample.net.sockets.echo_server.smsc911x:
|
|
extra_args: OVERLAY_CONFIG="overlay-smsc911x.conf"
|
|
tags: net
|
|
platform_whitelist: mps2_an385
|