1common:
2  depends_on: netif
3  min_ram: 32
4  min_flash: 194
5  tags:
6    - net
7    - socket
8    - userspace
9  filter: CONFIG_FULL_LIBC_SUPPORTED
10  timeout: 180
11  # FIXME: This test fails very frequently on mps2/an385 due to the system
12  #        timer stability issues, so keep it disabled until the root cause
13  #        is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
14  platform_exclude:
15    - mps2/an385
16    - mps2/an383
17tests:
18  net.socket.tcp:
19    extra_configs:
20      - CONFIG_NET_TC_THREAD_COOPERATIVE=y
21  net.socket.tcp.preempt:
22    extra_configs:
23      - CONFIG_NET_TC_THREAD_PREEMPTIVE=y
24      - CONFIG_NET_TCP_RANDOMIZED_RTO=n
25  net.socket.tcp.tracing:
26    platform_allow:
27      - native_sim
28      - native_sim/native/64
29    extra_configs:
30      - CONFIG_TRACING=y
31      - CONFIG_TRACING_CTF=y
32      - CONFIG_TRACING_BACKEND_POSIX=y
33      - CONFIG_TRACING_PACKET_MAX_SIZE=256
34      - CONFIG_TRACING_SYNC=y
35