zephyr/tests/net/socket/udp
Marcin Niestroj 3a9ae1878f tests: socket: udp: reduce SO_PRIORITY from 8 to 6 for NSOS compatbility
According to 'man 7 socket' about SO_PRIORITY:

  Setting a priority outside the range 0 to 6 requires the CAP_NET_ADMIN
  capability.

So use 6 instead of 8, in order to make UDP socket tests pass with native
offloaded sockets on native_sim platform.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2024-05-17 11:12:43 +02:00
..
src tests: socket: udp: reduce SO_PRIORITY from 8 to 6 for NSOS compatbility 2024-05-17 11:12:43 +02:00
CMakeLists.txt
generate-c-string.py
prj.conf tests: net: sockets: Remove use of NET_SOCKETS_POSIX_NAMES 2024-03-27 13:40:13 -05:00
testcase.yaml tests: net: udp: Verify that packet is dropped from stats 2023-12-04 15:07:43 +01:00