1common:
2  tags:
3    - net
4    - socket
5    - userspace
6  depends_on: netif
7  min_ram: 21
8  platform_exclude:
9    - native_posix/native/64
10    - native_posix
11    # See #61246 for info about these next two excludes
12    - vmu_rt1170/mimxrt1176/cm7
13    - mimxrt1160_evk/mimxrt1166/cm7
14tests:
15  net.socket.socketpair: {}
16  net.socket.socketpair.newlib:
17    filter: CONFIG_FULL_LIBC_SUPPORTED
18    extra_configs:
19      - CONFIG_REQUIRES_FULL_LIBC=y
20  net.socket.socketpair.picolibc:
21    filter: CONFIG_PICOLIBC_SUPPORTED
22    extra_configs:
23      - CONFIG_PICOLIBC=y
24  net.socket.socketpair.high_mem:
25    min_ram: 64
26    extra_configs:
27      # Low buffer sizes (e.g., 8192) will verify the crash fix, but tests will still
28      # fail due to insufficient memory. So, use high buffer sizes.
29      - CONFIG_NET_SOCKETPAIR_BUFFER_SIZE=4096
30      - CONFIG_HEAP_MEM_POOL_SIZE=32768
31