zephyr/tests/net/net_pkt/testcase.yaml
Jukka Rissanen 12dadf7a24 tests: net: pkt: Add build test for allocation statistics
Make sure we build test the allocation statistics.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-10-22 20:38:57 +02:00

19 lines
431 B
YAML

common:
depends_on: netif
min_ram: 20
tags: net
tests:
net.packet:
extra_configs:
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
net.packet.preempt:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
net.packet.large_buffer:
extra_configs:
- CONFIG_NET_BUF_FIXED_DATA_SIZE=y
- CONFIG_NET_BUF_DATA_SIZE=512
net.packet.allocation_stats:
extra_configs:
- CONFIG_NET_PKT_ALLOC_STATS=y