zephyr/tests/net/net_pkt/testcase.yaml
David D b45b1e393c test: net: pkt: Added a test case for net_pkt_pull()
Added a test case for net_pkt_pull() with large packet buffers

Signed-off-by: David D <a8961713@gmail.com>
2020-02-03 10:47:08 +02:00

13 lines
231 B
YAML

common:
depends_on: netif
tests:
net.packet:
min_ram: 20
tags: net
net.packet.large_buffer:
min_ram: 20
tags: net
extra_configs:
- CONFIG_NET_BUF_FIXED_DATA_SIZE=y
- CONFIG_NET_BUF_DATA_SIZE=512