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