Added a test case for net_pkt_pull() with large packet buffers Signed-off-by: David D <a8961713@gmail.com>
13 lines
231 B
YAML
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
|