Skip to content

Commit 4ad24ca

Browse files
nordic-bamijhedberg
authored andcommitted
tests: drivers: flash: Add missing fixtures for nrf54h
All nrf54h flash tests require 'gpio_loopback' fixture Signed-off-by: Bartosz Miller <[email protected]>
1 parent eacdaa3 commit 4ad24ca

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
@@ -188,6 +188,8 @@ tests:
188188
- nrf54h20dk/nrf54h20/cpuapp
189189
extra_args:
190190
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_single_io.overlay
191+
harness_config:
192+
fixture: gpio_loopback
191193
drivers.flash.common.ra_qspi_nor:
192194
filter: CONFIG_FLASH_RENESAS_RA_QSPI and dt_compat_enabled("renesas,ra-qspi-nor")
193195
platform_allow:
@@ -203,6 +205,8 @@ tests:
203205
- nrf54h20dk/nrf54h20/cpuapp
204206
extra_args:
205207
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_single_io_4B_addr_sreset.overlay
208+
harness_config:
209+
fixture: gpio_loopback
206210
drivers.flash.common.mspi_low_frequency:
207211
platform_allow:
208212
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)