zephyr/tests
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
..
application_development
arch tests: arch: common: stack_unwind: cleanup Kconfig 2024-05-16 09:20:19 +02:00
benchmarks tests: use appropriate sys_randX_get() 2024-04-05 10:57:45 -05:00
bluetooth Bluetooth: Audio: Shell: Remove increased workqueue stack size 2024-05-16 15:51:45 +02:00
boards driver: ssp: update Intel SSP DAI driver to support dynamic SSP management 2024-04-25 12:14:50 +02:00
boot tests: test_mcuboot: update test pattern for upgrade mode 2024-05-12 11:03:26 -04:00
bsim Bluetooth: BAP: Remove err from recv_state_removed callback 2024-05-15 14:57:20 +02:00
cmake tests: cmake: overlays: Add soc_folder_overlay test 2024-04-29 15:08:35 +01:00
crypto mbedtls: fix entropy module enablement 2024-05-15 14:55:16 +02:00
drivers tests: drivers: uart: uart_mix_fifo_poll: Add nrf54h20dk overlays 2024-05-17 10:34:02 +02:00
kconfig/configdefault
kernel tests/kernel timer_api: Test absolute timers with loosing ticks 2024-05-16 18:56:14 -04:00
lib drivers: can: remove initial bus-speed/bus-speed-data properties 2024-05-16 09:23:59 +02:00
misc tests: misc: iterable_sections: Add CMake linker test case 2024-05-13 10:41:47 +02:00
modules tests: thrift: build_only until c++11 threads are in sdk 2024-03-29 15:54:34 -05:00
net tests: socket: udp: reduce SO_PRIORITY from 8 to 6 for NSOS compatbility 2024-05-17 11:12:43 +02:00
posix posix: Introduce getentropy() function 2024-04-29 11:46:06 +01:00
robot
subsys tests: pm: power_mgmt_soc: enable testing on rd_rw612_bga 2024-05-16 18:53:51 -04:00
unit kernel: api: implement test for sys_slist_find 2024-03-12 13:46:29 -04:00
ztest tests/ztest: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
test_config.yaml