Add tests that verify that sendmsg() for DTLS works fine if provided with multiple buffers. Modify existing sendmsg() tests, so that we still tests the old behavior if the feature is disabled. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
24 lines
546 B
YAML
24 lines
546 B
YAML
common:
|
|
depends_on: netif
|
|
min_ram: 32
|
|
min_flash: 260
|
|
tags:
|
|
- net
|
|
- socket
|
|
- tls
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
integration_platforms:
|
|
- qemu_x86
|
|
platform_exclude: vmu_rt1170/mimxrt1176/cm7 # See #61129
|
|
tests:
|
|
net.socket.tls:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
|
|
net.socket.tls.preempt:
|
|
extra_configs:
|
|
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
|
|
platform_exclude: mps2/an385
|
|
net.socket.tls.sendmsg_no_buf:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS_DTLS_SENDMSG_BUF_SIZE=0
|