Skip to content

Commit cfe1ffa

Browse files
nordic-seglkartben
authored andcommitted
tests: boards: nrf: i2c: i2c_slave: Move tests DTS files
Move DTS overlay files that modify test configuration from boards sub-directory to the main application directory. There is no 'i2c_speed_fast' board. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 55f9d2c commit cfe1ffa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/boards/nrf/i2c/i2c_slave/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tests:
4141
- nrf54l15dk/nrf54l15/cpuapp
4242
- nrf54lm20dk/nrf54lm20a/cpuapp
4343
extra_args:
44-
- EXTRA_DTC_OVERLAY_FILE="boards/i2c_speed_fast.overlay"
44+
- EXTRA_DTC_OVERLAY_FILE="i2c_speed_fast.overlay"
4545
boards.nrf.i2c.i2c_slave.fast_plus:
4646
platform_allow:
4747
- nrf5340dk/nrf5340/cpuapp
@@ -52,4 +52,4 @@ tests:
5252
- nrf54h20dk/nrf54h20/cpuapp
5353
- nrf54h20dk/nrf54h20/cpuppr
5454
extra_args:
55-
- EXTRA_DTC_OVERLAY_FILE="boards/i2c_speed_fast_plus.overlay"
55+
- EXTRA_DTC_OVERLAY_FILE="i2c_speed_fast_plus.overlay"

0 commit comments

Comments
 (0)