From d8f9cc6ffc51fd4d81d8cf576725c3424582da27 Mon Sep 17 00:00:00 2001 From: Yuriy Vynnychek Date: Wed, 1 Sep 2021 12:55:33 +0300 Subject: [PATCH] samples: net: sockets: add tlsr9518adk80d board tests Added tlsr9518adk80d board support to Echo Client/Server tests. Signed-off-by: Yuriy Vynnychek --- samples/net/sockets/echo_client/sample.yaml | 9 +++++++++ samples/net/sockets/echo_server/sample.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/samples/net/sockets/echo_client/sample.yaml b/samples/net/sockets/echo_client/sample.yaml index dbe392b8a0f..10ea0a5a7fe 100644 --- a/samples/net/sockets/echo_client/sample.yaml +++ b/samples/net/sockets/echo_client/sample.yaml @@ -48,6 +48,15 @@ tests: tags: net openthread platform_allow: nrf52840dk_nrf52840 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: extra_args: OVERLAY_CONFIG="overlay-ot.conf" slow: true diff --git a/samples/net/sockets/echo_server/sample.yaml b/samples/net/sockets/echo_server/sample.yaml index 490c2d9d110..7c4799b5090 100644 --- a/samples/net/sockets/echo_server/sample.yaml +++ b/samples/net/sockets/echo_server/sample.yaml @@ -42,6 +42,9 @@ tests: sample.net.sockets.echo_server.nrf_802154: extra_args: OVERLAY_CONFIG="overlay-802154.conf" 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: depends_on: usb_device harness: net @@ -60,6 +63,12 @@ tests: tags: net openthread platform_allow: nrf52840dk_nrf52840 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: extra_args: OVERLAY_CONFIG="overlay-ot.conf" slow: true