Create a test of socket offloading. Build the test for cc3220sf_launchxl board. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
13 lines
308 B
YAML
13 lines
308 B
YAML
sample:
|
|
description: BSD Sockets API TCP echo server sample
|
|
name: socket_echo
|
|
common:
|
|
harness: net
|
|
depends_on: netif
|
|
tests:
|
|
sample.net.sockets.echo:
|
|
tags: net socket
|
|
sample.net.sockets.echo.offload.simplelink:
|
|
platform_whitelist: cc3220sf_launchxl
|
|
tags: net socket offload simplelink
|