Added frdm_mcxw72 as allowed platform Signed-off-by: Cristian Bulacu <cristian.bulacu@nxp.com>
115 lines
3.4 KiB
YAML
115 lines
3.4 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_allow:
|
|
- qemu_x86
|
|
- frdm_k64f
|
|
- sam_e70_xplained/same70q21
|
|
- qemu_cortex_m3
|
|
- frdm_kw41z
|
|
integration_platforms:
|
|
- qemu_x86
|
|
sample.net.sockets.echo_client.802154:
|
|
extra_args: EXTRA_CONF_FILE="overlay-qemu_802154.conf"
|
|
platform_allow: qemu_x86
|
|
sample.net.sockets.echo_client.802154.rf2xx:
|
|
extra_args: EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow: samr21_xpro
|
|
sample.net.sockets.echo_client.802154.rf2xx.xplained:
|
|
extra_args:
|
|
- SHIELD=atmel_rf2xx_xplained
|
|
- EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow: sam4s_xplained
|
|
sample.net.sockets.echo_client.802154.rf2xx.xpro:
|
|
extra_args:
|
|
- SHIELD=atmel_rf2xx_xpro
|
|
- EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow:
|
|
- sam4e_xpro
|
|
- sam_v71_xult/samv71q21
|
|
integration_platforms:
|
|
- sam_v71_xult/samv71q21
|
|
sample.net.sockets.echo_client.802154.rf2xx.legacy:
|
|
extra_args:
|
|
- SHIELD=atmel_rf2xx_legacy
|
|
- EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow:
|
|
- sam4e_xpro
|
|
- sam_v71_xult/samv71q21
|
|
integration_platforms:
|
|
- sam_v71_xult/samv71q21
|
|
sample.net.sockets.echo_client.802154.rf2xx.arduino:
|
|
extra_args:
|
|
- SHIELD=atmel_rf2xx_arduino
|
|
- EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow:
|
|
- sam_v71_xult/samv71q21
|
|
- frdm_k64f
|
|
- nucleo_f767zi
|
|
integration_platforms:
|
|
- sam_v71_xult/samv71q21
|
|
sample.net.sockets.echo_client.802154.rf2xx.mikrobus:
|
|
extra_args:
|
|
- SHIELD=atmel_rf2xx_mikrobus
|
|
- EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow: lpcxpresso55s69/lpc55s69/cpu0/ns
|
|
sample.net.sockets.echo_client.mcr20a:
|
|
extra_args:
|
|
- SHIELD=frdm_cr20a
|
|
- EXTRA_CONF_FILE=overlay-802154.conf
|
|
platform_allow: frdm_k64f
|
|
sample.net.sockets.echo_client.nrf_802154:
|
|
extra_args: EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow: nrf52840dk/nrf52840
|
|
sample.net.sockets.echo_client.openthread:
|
|
extra_args: EXTRA_CONF_FILE="overlay-ot.conf"
|
|
slow: true
|
|
tags:
|
|
- net
|
|
- openthread
|
|
platform_allow:
|
|
- frdm_kw41z
|
|
- frdm_mcxw71
|
|
- frdm_mcxw72/mcxw727c/cpu0
|
|
- nrf52840dk/nrf52840
|
|
- tlsr9518adk80d
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
sample.net.sockets.echo_client.b91_802154:
|
|
extra_args: EXTRA_CONF_FILE="overlay-802154.conf"
|
|
platform_allow: tlsr9518adk80d
|
|
sample.net.sockets.echo_client.rw612_openthread_rcp_host:
|
|
build_only: true
|
|
extra_args:
|
|
# Disabling monolithic since CI environment doesn't use blobs
|
|
- CONFIG_NXP_MONOLITHIC_NBU=n
|
|
- EXTRA_CONF_FILE="overlay-ot-rcp-host-nxp.conf"
|
|
slow: true
|
|
tags:
|
|
- net
|
|
- openthread
|
|
platform_allow:
|
|
- frdm_rw612
|
|
- rd_rw612_bga
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
sample.net.sockets.echo_client.userspace:
|
|
extra_args:
|
|
- CONFIG_USERSPACE=y
|
|
- EXTRA_CONF_FILE="overlay-e1000.conf"
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
sample.net.sockets.echo_client.802154.subg:
|
|
extra_args: EXTRA_CONF_FILE="overlay-802154-subg.conf"
|
|
platform_allow: beagleconnect_freedom
|