Browse Source

tests: drivers: i2c: add i2c tag

i2c tag.

Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
pull/84642/head
Piotr Kosycarz 6 months ago committed by Benjamin Cabé
parent
commit
fd1d0d26ed
  1. 4
      tests/drivers/i2c/i2c_emul/testcase.yaml
  2. 1
      tests/drivers/i2c/i2c_tca954x/testcase.yaml

4
tests/drivers/i2c/i2c_emul/testcase.yaml

@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
# Copyright 2024 Google LLC
# SPDX-License-Identifier: Apache-2.0
common:
tags:
- drivers
- i2c
tests:
drivers.i2c.emul.target_pio:

1
tests/drivers/i2c/i2c_tca954x/testcase.yaml

@ -4,6 +4,7 @@ tests: @@ -4,6 +4,7 @@ tests:
tags:
- testing
- drivers
- i2c
depends_on: i2c
filter: dt_compat_enabled("ti,tca9546a")
platform_allow: nrf52840dk/nrf52840

Loading…
Cancel
Save