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