mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 14:52:29 +00:00
Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
12 lines
171 B
YAML
12 lines
171 B
YAML
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- vlan
|
|
sample:
|
|
description: Test VLAN functionality
|
|
name: VLAN sample app
|
|
tests:
|
|
sample.net.vlan:
|
|
depends_on: netif
|