1tests:
2  drivers.i2s.speed:
3    depends_on: i2s
4    tags:
5      - drivers
6      - i2s
7    filter: not CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
8  drivers.i2s.speed.gpio_loopback:
9    depends_on:
10      - i2s
11      - gpio
12    tags:
13      - drivers
14      - i2s
15    filter: CONFIG_I2S_TEST_USE_GPIO_LOOPBACK
16    harness: ztest
17    harness_config:
18      fixture: gpio_loopback
19