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
364 B
YAML
19 lines
364 B
YAML
tests:
|
|
drivers.i2s.speed:
|
|
depends_on: i2s
|
|
tags:
|
|
- drivers
|
|
- i2s
|
|
filter: not CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
|
|
drivers.i2s.speed.gpio_loopback:
|
|
depends_on:
|
|
- i2s
|
|
- gpio
|
|
tags:
|
|
- drivers
|
|
- i2s
|
|
filter: CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: gpio_loopback
|