zephyr/tests/net/vlan/testcase.yaml
Jukka Rissanen a2a0cc8074 tests: net: vlan: Add testing of link layer header embedding
Create a special Ethernet interface that supports link layer
embedding. Add a test that uses this special Ethernet interface
to verify that the L2 header is embedded to the first net_buf.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-12-19 10:21:28 +01:00

14 lines
269 B
YAML

common:
depends_on: netif
min_ram: 32
tags:
- net
- vlan
tests:
net.vlan.separate_net_buf:
extra_configs:
- CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=n
net.vlan.header_reserved:
extra_configs:
- CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=y