zephyr/tests/net/socket
Robert Lubos 6da10468ad tests: net: Add socket dispatcher unit tests
Add unit tests for socket dispatcher module. The tests verify that:
* a socket is automatically dispatched to a regular socket on any
  first socket call, if the socket was not bound already before
  (according to the default priority rules)
* a socket is correctly dispatched to an offloaded/native socket
  implementation after a SO_BINDTODEVICE call
* a socket is correctly dispatched to a native TLS socket, with an
  underlying native/offloaded socket, if TLS_NATIVE and SO_BINDOTODEVICE
  socket options are used

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-04-20 11:27:05 +02: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: tcp: Add new tests for get/set SO_SNDBUF 2022-04-11 10:23:31 +02: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 tests: net: sockets: tls: Add MSG_TRUNC flag tests 2021-03-23 13:16:30 +02:00