mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 14:22:39 +00:00
This application just enables VLAN tag for ethernet interface. Set CONFIG_SAMPLE_VLAN_TAG option to define the desired VLAN tag. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
10 lines
148 B
YAML
10 lines
148 B
YAML
common:
|
|
harness: net
|
|
tags: net vlan
|
|
sample:
|
|
description: Test VLAN functionality
|
|
name: VLAN sample app
|
|
tests:
|
|
test:
|
|
depends_on: netif
|