Skip to content

Commit 424459d

Browse files
nordic-bamikartben
authored andcommitted
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]>
1 parent 2eff0fd commit 424459d

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
@@ -68,9 +68,13 @@ tests:
6868
- nrf54l15dk/nrf54l05/cpuapp
6969
- nrf54l15dk/nrf54l10/cpuapp
7070
- nrf54l15dk/nrf54l15/cpuapp
71-
- nrf54h20dk/nrf54h20/cpuapp
7271
harness_config:
7372
fixture: external_flash
73+
drivers.flash.common.no_explicit_erase.nrf54h:
74+
platform_allow:
75+
- nrf54h20dk/nrf54h20/cpuapp
76+
harness_config:
77+
fixture: gpio_loopback
7478
drivers.flash.common.nrf54lm20a:
7579
platform_allow:
7680
- nrf54lm20dk/nrf54lm20a/cpuapp
@@ -202,3 +206,5 @@ tests:
202206
- nrf54h20dk/nrf54h20/cpuapp
203207
extra_args:
204208
- EXTRA_DTC_OVERLAY_FILE=boards/mx25uw63_low_freq.overlay
209+
harness_config:
210+
fixture: gpio_loopback

0 commit comments

Comments
 (0)