Skip to content

Commit 94c632e

Browse files
committed
[nrf fromtree] 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]> (cherry picked from commit cfe1ffa)
1 parent db1d0fd commit 94c632e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/boards/nrf/i2c/i2c_slave/boards/i2c_speed_fast.overlay renamed to tests/boards/nrf/i2c/i2c_slave/i2c_speed_fast.overlay

File renamed without changes.

tests/boards/nrf/i2c/i2c_slave/boards/i2c_speed_fast_plus.overlay renamed to tests/boards/nrf/i2c/i2c_slave/i2c_speed_fast_plus.overlay

File renamed without changes.

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)