1common: 2 depends_on: netif 3 min_ram: 32 4 tags: 5 - net 6 - vlan 7tests: 8 net.vlan.separate_net_buf: 9 extra_configs: 10 - CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=n 11 net.vlan.header_reserved: 12 extra_configs: 13 - CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=y 14 - CONFIG_TEST_EXTRA_STACK_SIZE=1024 15 net.vlan.header_reserved.variable_size: 16 extra_configs: 17 - CONFIG_NET_L2_ETHERNET_RESERVE_HEADER=y 18 - CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y 19 - CONFIG_TEST_EXTRA_STACK_SIZE=1024 20 net.vlan.priority_tagging_only: 21 extra_configs: 22 - CONFIG_NET_VLAN_COUNT=0 23