samples: net: echo_server: Enable atmel_rf2xx tests

Add atmel_rf2xx shield on test list.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2020-07-05 21:25:25 -03:00 committed by Carles Cufí
parent a9780f34a3
commit 7b4bdf3bc7

View file

@ -14,6 +14,24 @@ tests:
sample.net.sockets.echo_server.802154:
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
platform_whitelist: qemu_x86
sample.net.sockets.echo_server.802154.rf2xx:
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: atsamr21_xpro
sample.net.sockets.echo_server.802154.rf2xx.xplained:
extra_args: SHIELD=atmel_rf2xx_xplained OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: sam4s_xplained
sample.net.sockets.echo_server.802154.rf2xx.xpro:
extra_args: SHIELD=atmel_rf2xx_xpro OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: sam4e_xpro sam_v71_xult
sample.net.sockets.echo_server.802154.rf2xx.legacy:
extra_args: SHIELD=atmel_rf2xx_legacy OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: sam4e_xpro sam_v71_xult
sample.net.sockets.echo_server.802154.rf2xx.arduino:
extra_args: SHIELD=atmel_rf2xx_arduino OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: sam_v71_xult frdm_k64f nucleo_f767zi
sample.net.sockets.echo_server.802154.rf2xx.mikrobus:
extra_args: SHIELD=atmel_rf2xx_mikrobus OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: lpcxpresso55s69_ns
sample.net.sockets.echo_server.bt:
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
platform_whitelist: qemu_x86