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