zephyr/tests/net/socket
Sjors Hettinga 11288cdbdd tests: net: socket: tcp: Make test_vX_msg_waitall more robust
The close function on a TCP socket can return before the complete
socket has been closed, as there might be packets still in flight.
Add a wait at the end of the test so we are sure all sockets have
been closed before the next test starts.

Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>
2022-05-05 14:45:02 -05:00
..
af_packet tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
af_packet_ipproto_raw tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
getaddrinfo kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
getnameinfo drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
misc everywhere: fix typos 2022-03-18 13:24:08 -04:00
net_mgmt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
offload_dispatcher tests: net: Add socket dispatcher unit tests 2022-04-20 11:27:05 +02:00
poll kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
register net: sockets: Add socket processing priority 2021-09-28 20:11:26 -04:00
select drivers: net: adding NET_DRIVERS menuconfig 2021-09-28 12:13:23 +02:00
socketpair everywhere: fix typos 2022-03-18 13:24:08 -04:00
tcp tests: net: socket: tcp: Make test_vX_msg_waitall more robust 2022-05-05 14:45:02 -05:00
tls kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
tls_ext tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
udp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
websocket kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
socket_helpers.h