Make sure the tests work if VLAN count is set to 0. This means that only priority tagged (tag 0) VLAN frames can be received. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
23 lines
591 B
YAML
23 lines
591 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
|
|
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
|
|
net.vlan.header_reserved.variable_size:
|
|
extra_configs:
|
|
- CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=y
|
|
- CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
|
|
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
|
|
net.vlan.priority_tagging_only:
|
|
extra_configs:
|
|
- CONFIG_NET_VLAN_COUNT=0
|