zephyr/tests/net/socket/udp/testcase.yaml
Paul Sokolovsky 3339de34eb tests: net: socket: Add "socket" tag to testcase.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

11 lines
224 B
YAML

common:
depends_on: netif
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
tests:
net.socket.udp:
extra_configs:
- CONFIG_NET_TEST=y
- CONFIG_NET_LOOPBACK=y
min_ram: 21
tags: net socket