Basic test for poll() behavior. UDP sockets are used for simplicity so far (poll-related paths for UDP and TCP are similar, though later adding TCP explicitly for full coverage may be useful). 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
|