samples: net: sockets: add tlsr9518adk80d board tests

Added tlsr9518adk80d board support to Echo Client/Server tests.

Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
This commit is contained in:
Yuriy Vynnychek 2021-09-01 12:55:33 +03:00 committed by Christopher Friedt
commit d8f9cc6ffc
2 changed files with 18 additions and 0 deletions

View file

@ -48,6 +48,15 @@ tests:
tags: net openthread tags: net openthread
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
filter: TOOLCHAIN_HAS_NEWLIB == 1 filter: TOOLCHAIN_HAS_NEWLIB == 1
sample.net.sockets.echo_client.b91_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_allow: tlsr9518adk80d
sample.net.sockets.echo_client.b91_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_allow: tlsr9518adk80d
filter: TOOLCHAIN_HAS_NEWLIB == 1
sample.net.sockets.echo_client.kw41z_openthread: sample.net.sockets.echo_client.kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf" extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true slow: true

View file

@ -42,6 +42,9 @@ tests:
sample.net.sockets.echo_server.nrf_802154: sample.net.sockets.echo_server.nrf_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf" extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
sample.net.sockets.echo_server.b91_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_allow: tlsr9518adk80d
sample.net.sockets.echo_server.usbnet: sample.net.sockets.echo_server.usbnet:
depends_on: usb_device depends_on: usb_device
harness: net harness: net
@ -60,6 +63,12 @@ tests:
tags: net openthread tags: net openthread
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
filter: TOOLCHAIN_HAS_NEWLIB == 1 filter: TOOLCHAIN_HAS_NEWLIB == 1
sample.net.sockets.echo_server.b91_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_allow: tlsr9518adk80d
filter: TOOLCHAIN_HAS_NEWLIB == 1
sample.net.sockets.echo_server.kw41z_openthread: sample.net.sockets.echo_server.kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf" extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true slow: true