1common:
2  depends_on: netif
3  filter: CONFIG_FULL_LIBC_SUPPORTED
4  min_ram: 31
5  tags:
6    - net
7    - socket
8  # FIXME: This test fails very frequently on mps2/an385 due to the system
9  #        timer stability issues, so keep it disabled until the root cause
10  #        is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
11  platform_exclude: mps2/an385
12tests:
13  net.socket.reuseaddr_reuseport:
14    extra_configs:
15      - CONFIG_TEST_USERSPACE=n
16  net.socket.reuseaddr_reuseport.userspace:
17    extra_configs:
18      - CONFIG_TEST_USERSPACE=y
19