Skip to content

Commit d8f9cc6

Browse files
Yuriy Vynnychekcfriedt
authored andcommitted
samples: net: sockets: add tlsr9518adk80d board tests
Added tlsr9518adk80d board support to Echo Client/Server tests. Signed-off-by: Yuriy Vynnychek <[email protected]>
1 parent ead38a1 commit d8f9cc6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

samples/net/sockets/echo_client/sample.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ tests:
4848
tags: net openthread
4949
platform_allow: nrf52840dk_nrf52840
5050
filter: TOOLCHAIN_HAS_NEWLIB == 1
51+
sample.net.sockets.echo_client.b91_802154:
52+
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
53+
platform_allow: tlsr9518adk80d
54+
sample.net.sockets.echo_client.b91_openthread:
55+
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
56+
slow: true
57+
tags: net openthread
58+
platform_allow: tlsr9518adk80d
59+
filter: TOOLCHAIN_HAS_NEWLIB == 1
5160
sample.net.sockets.echo_client.kw41z_openthread:
5261
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
5362
slow: true

samples/net/sockets/echo_server/sample.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ tests:
4242
sample.net.sockets.echo_server.nrf_802154:
4343
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
4444
platform_allow: nrf52840dk_nrf52840
45+
sample.net.sockets.echo_server.b91_802154:
46+
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
47+
platform_allow: tlsr9518adk80d
4548
sample.net.sockets.echo_server.usbnet:
4649
depends_on: usb_device
4750
harness: net
@@ -60,6 +63,12 @@ tests:
6063
tags: net openthread
6164
platform_allow: nrf52840dk_nrf52840
6265
filter: TOOLCHAIN_HAS_NEWLIB == 1
66+
sample.net.sockets.echo_server.b91_openthread:
67+
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
68+
slow: true
69+
tags: net openthread
70+
platform_allow: tlsr9518adk80d
71+
filter: TOOLCHAIN_HAS_NEWLIB == 1
6372
sample.net.sockets.echo_server.kw41z_openthread:
6473
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
6574
slow: true

0 commit comments

Comments
 (0)