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>
18 lines
410 B
YAML
18 lines
410 B
YAML
sample:
|
|
description: Shell commands for inspecting flash driver behavior
|
|
name: Flash shell
|
|
tests:
|
|
sample.drivers.flash.shell:
|
|
tags:
|
|
- flash
|
|
- shell
|
|
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
platform_exclude:
|
|
- nucleo_h745zi_q_m4
|
|
- stm32h747i_disco_m4
|
|
- gd32f350r_eval
|
|
- arduino_portenta_h7_m4
|
|
- arduino_giga_r1_m4
|
|
harness: keyboard
|
|
min_ram: 12
|