zephyr/samples/net/sockets/echo/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

9 lines
157 B
YAML

sample:
description: BSD Sockets API TCP echo server sample
name: socket_echo
tests:
test:
harness: net
depends_on: netif
tags: net socket