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>
19 lines
322 B
YAML
19 lines
322 B
YAML
common:
|
|
min_ram: 16
|
|
tags:
|
|
- net
|
|
- bridge
|
|
depends_on: netif
|
|
tests:
|
|
net.eth_bridge:
|
|
extra_configs:
|
|
- CONFIG_NET_IPV4=n
|
|
- CONFIG_NET_IPV6=n
|
|
platform_exclude:
|
|
- mg100
|
|
- pinnacle_100_dvk
|
|
net.eth_bridge.ip:
|
|
extra_configs:
|
|
- CONFIG_NET_IPV4=y
|
|
- CONFIG_NET_IPV6=y
|