So it was easy to run all socket tests without remembering the exact path(s). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
11 lines
224 B
YAML
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
|