Skip to content

Commit 13716d5

Browse files
nordic-baminordicjm
authored andcommitted
[nrf fromtree] tests: drivers: flash: Add missing fixtures for nrf54h
All nrf54h flash tests require 'gpio_loopback' fixture Signed-off-by: Bartosz Miller <[email protected]> (cherry picked from commit 4ad24ca)
1 parent cb6ca01 commit 13716d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/drivers/flash/common/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ tests:
177177
- nrf54h20dk/nrf54h20/cpuapp
178178
extra_args:
179179
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_single_io.overlay
180+
harness_config:
181+
fixture: gpio_loopback
180182
drivers.flash.common.ra_qspi_nor:
181183
filter: CONFIG_FLASH_RENESAS_RA_QSPI and dt_compat_enabled("renesas,ra-qspi-nor")
182184
platform_allow:
@@ -192,6 +194,8 @@ tests:
192194
- nrf54h20dk/nrf54h20/cpuapp
193195
extra_args:
194196
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_single_io_4B_addr_sreset.overlay
197+
harness_config:
198+
fixture: gpio_loopback
195199
drivers.flash.common.mspi_low_frequency:
196200
platform_allow:
197201
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)