zephyr/tests/drivers/i2s/i2s_speed/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
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>
2023-05-10 09:52:37 +02:00

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