zephyr/tests/net
Marcin Niestroj 084aca1aa4 tests: socket: tls: check sendmsg() behavior for datagrams
Datagrams (for DTLS connection) need to be sent using single API call to
mbedTLS and should not result in sending each fragment in a separate
datagram. Check if that is the case, so allow only single fragment data to
be sent and expect an error when multiple fragments were passed to
sendmsg().

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2022-05-25 14:20:09 +02:00
..
6lo tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
all net: tcp: Remove unused config NET_TCP_BACKLOG_SIZE 2022-05-13 13:04:59 +02:00
arp tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
bridge tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
buf tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
checksum_offload tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
context tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
dhcpv4 tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ethernet_mgmt tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
hostname tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
icmpv4 tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
icmpv6 tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ieee802154 tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
iface tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
igmp tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ip-addr tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ipv6 tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ipv6_fragment tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
lib tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
mgmt tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
mld tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
neighbor tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
net_pkt tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
npf tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
pm tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ppp/driver tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
promiscuous tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ptp/clock tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
route tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
route_mcast tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
shell tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
socket tests: socket: tls: check sendmsg() behavior for datagrams 2022-05-25 14:20:09 +02:00
tcp tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
traffic_class tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
trickle tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
tx_timestamp tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
udp tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
utils tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
virtual tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
vlan tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00