1common:
2  depends_on: i2c
3  tags:
4    - drivers
5    - i2c
6  harness: ztest
7  harness_config:
8    fixture: i2c_bus_short
9
10tests:
11  drivers.i2c.nrfx_twim_async_api:
12    platform_allow:
13      - nrf5340dk/nrf5340/cpuapp
14      - nrf54h20dk/nrf54h20/cpuapp
15      - nrf54l15dk/nrf54l15/cpuapp
16    integration_platforms:
17      - nrf5340dk/nrf5340/cpuapp
18      - nrf54l15dk/nrf54l15/cpuapp
19