1common:
2  depends_on: netif
3  min_ram: 20
4  tags: net
5tests:
6  net.udp:
7    extra_configs:
8      - CONFIG_NET_TC_THREAD_COOPERATIVE=y
9  net.udp.preempt:
10    extra_configs:
11      - CONFIG_NET_TC_THREAD_PREEMPTIVE=y
12