zephyr/tests/drivers/i2s/i2s_api/testcase.yaml
Andrzej Głąbek 6708b139ab tests: drivers: i2s: Mark gpio_loopback cases as dependent on gpio
Add dependency on gpio in test cases that require the gpio_looback
fixture.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-01-27 19:21:19 +09:00

13 lines
316 B
YAML

tests:
drivers.i2s:
depends_on: i2s
tags: drivers userspace
filter: not CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
drivers.i2s.gpio_loopback:
depends_on: i2s gpio
tags: drivers userspace
filter: CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
harness: ztest
harness_config:
fixture: gpio_loopback