Skip to content

Commit e715696

Browse files
committed
tests: zephyr: drivers: flash: common: run for LM20 DK
With specific fixture. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 807dd76 commit e715696

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/zephyr/drivers/flash/common/testcase.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ tests:
2828
- nrf54l15dk/nrf54l15/cpuapp
2929
extra_args:
3030
- DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_sqspi.overlay"
31+
nrf.extended.drivers.flash.common.default:
32+
filter: ((CONFIG_FLASH_HAS_DRIVER_ENABLED and not CONFIG_TRUSTED_EXECUTION_NONSECURE)
33+
and (dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
34+
or dt_label_with_parent_compat_enabled("storage_partition", "nordic,owned-partitions")))
35+
platform_allow:
36+
- nrf54lm20pdk/nrf54lm20a/cpuapp
37+
- [email protected]/nrf54lm20a/cpuapp
38+
- [email protected]/nrf54lm20a/cpuapp
39+
integration_platforms:
40+
- nrf54lm20pdk/nrf54lm20a/cpuapp
41+
harness_config:
42+
fixture: external_flash

0 commit comments

Comments
 (0)