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
378 B
YAML
18 lines
378 B
YAML
common:
|
|
depends_on: eeprom
|
|
tags:
|
|
- drivers
|
|
- eeprom
|
|
tests:
|
|
drivers.eeprom.api:
|
|
# Tests overwrite EEPROM content, only run on select boards
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- qemu_x86
|
|
- nucleo_l152re
|
|
- nucleo_l073rz
|
|
drivers.eeprom.api.build:
|
|
# Build-only test for boards with EEPROMs
|
|
build_only: true
|