zephyr/tests/net/socket/udp/testcase.yaml
Keith Packard 565c9376f1 tests: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC
Instead of forcing use of NEWLIB_LIBC, select any available complete C
library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF where needed.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-10-25 08:32:06 +02:00

19 lines
380 B
YAML

common:
depends_on: netif
tags:
- net
- socket
- udp
min_ram: 21
filter: CONFIG_FULL_LIBC_SUPPORTED
tests:
net.socket.udp:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
net.socket.udp.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.socket.udp.ipv6_fragment:
extra_configs:
- CONFIG_NET_IPV6_FRAGMENT=y