zephyr/samples/net/sockets/echo_async/sample.yaml
Paul Sokolovsky 8c50ce934b samples: net: socket: Add "socket" tag to sample.yaml's
So it was easy to run all socket tests without remembering
the exact path(s).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-01-25 10:35:39 +02:00

10 lines
205 B
YAML

sample:
description: BSD Sockets API TCP echo server sample
using non-blocking sockets
name: socket_echo_async
tests:
test:
harness: net
platform_whitelist: qemu_x86
tags: net socket