Skip to content

Commit e72107e

Browse files
khoatranyjjhedberg
authored andcommitted
tests: drivers: i2c: Fix incorrect file paths in SCI I2C test support
The current paths to the .overlay and .conf files used for SCI I2C tests are incorrect, as they include {NORMALIZED_BOARD_QUALIFIERS}, which does not exist in the actual file names. This commit corrects the file paths in the test support configuration. Signed-off-by: Khoa Tran <[email protected]>
1 parent 141b88e commit e72107e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/drivers/i2c/i2c_api/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ tests:
4343
- ek_ra6m5
4444
- ek_ra6m4
4545
extra_args:
46-
- DTC_OVERLAY_FILE="./boards/${BOARD}${NORMALIZED_BOARD_QUALIFIERS}_sci_i2c.overlay"
47-
- CONF_FILE="./prj.conf ./boards/${BOARD}${NORMALIZED_BOARD_QUALIFIERS}_sci_i2c.conf"
46+
- DTC_OVERLAY_FILE="./boards/${BOARD}_sci_i2c.overlay"
47+
- CONF_FILE="./prj.conf ./boards/${BOARD}_sci_i2c.conf"
4848
drivers.i2c.stm32.interrupt_disabled:
4949
depends_on:
5050
- i2c

0 commit comments

Comments
 (0)