Skip to content

Commit 82c53f0

Browse files
committed
[nrf fromtree] tests: drivers: flash: Fix fixture assignment for the supply-gpios test
Supply-gpios feature test [nrf54h20] requires gpio_loopback fixture. Signed-off-by: Bartosz Miller <[email protected]> (cherry picked from commit 424459d)
1 parent ae44e88 commit 82c53f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/drivers/flash/common/testcase.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ tests:
5959
- nrf54l15dk/nrf54l05/cpuapp
6060
- nrf54l15dk/nrf54l10/cpuapp
6161
- nrf54l15dk/nrf54l15/cpuapp
62-
- nrf54h20dk/nrf54h20/cpuapp
6362
harness_config:
6463
fixture: external_flash
64+
drivers.flash.common.no_explicit_erase.nrf54h:
65+
platform_allow:
66+
- nrf54h20dk/nrf54h20/cpuapp
67+
harness_config:
68+
fixture: gpio_loopback
6569
drivers.flash.common.nrf54lm20a:
6670
platform_allow:
6771
- nrf54lm20dk/nrf54lm20a/cpuapp
@@ -193,3 +197,5 @@ tests:
193197
- nrf54h20dk/nrf54h20/cpuapp
194198
extra_args:
195199
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_low_freq.overlay
200+
harness_config:
201+
fixture: gpio_loopback

0 commit comments

Comments
 (0)