1common:
2  tags:
3    - net
4    - 6loWPAN
5  min_ram: 32
6  platform_allow:
7    - native_sim
8    - native_sim/native/64
9  integration_platforms:
10    - native_sim
11tests:
12  net.6lo:
13    extra_configs:
14      - CONFIG_NET_TC_THREAD_COOPERATIVE=y
15  net.6lo.preempt:
16    extra_configs:
17      - CONFIG_NET_TC_THREAD_PREEMPTIVE=y
18  net.6lo.variable_buf_size:
19    extra_configs:
20      - CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
21      - CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE=4096
22      - CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=4096
23