zephyr/tests/drivers/i2s/i2s_api/testcase.yaml
Hake Huang f2e9f67db5 test: i2s_api: exclude NXP rtxxx platform
as NXP rtxxx series i2s driver using a ping-pong
buffer, which is not supported by this test, and
use the i2s_speed only to test on those platform

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2023-05-26 09:54:07 -04:00

25 lines
516 B
YAML

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