zephyr/tests
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
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch arch: arm: aarch32: initialize FPSCR to reset value for ARMv8.1 2022-04-15 10:33:48 -07:00
benchmarks tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
bluetooth tests: Bluetooth: Mesh: test of IV index behavior 2022-04-19 11:47:57 +02:00
boards dma/cavs_hda: Adds link in/link out compatibles 2022-04-18 19:19:40 -04:00
boot/uefi
cmake/config_dir
crypto tests: tinycrypt: fix test output 2022-04-08 09:36:34 +02:00
drivers tests: drivers: watchdog on stm32 nucleo board 2022-04-19 09:47:03 -05:00
kernel tests: thread_api: test k_thread_cpu_pin 2022-04-19 13:05:09 -04:00
lib tests: Move icmsg_buf tests to subsys/ipc 2022-04-18 23:19:32 -04:00
misc test: mpu: Add arm_mpu_regions test 2022-04-05 11:16:31 +02:00
net tests: net: Add socket dispatcher unit tests 2022-04-20 11:27:05 +02:00
posix samples: add module requirement into samples 2022-04-19 09:38:55 -04:00
subsys samples: add module requirement into samples 2022-04-19 09:38:55 -04:00
unit slist: Fix sys_slist_append_list with head and tail NULL break a list 2022-04-15 11:50:29 -07:00
ztest tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00