Skip to content

Commit 0712734

Browse files
committed
tests: zephyr: drivers: flash: add testcase for single
Since snippets is now using quad mode by default, separate testcase should be added to keep testing single mode. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent 1656ee7 commit 0712734

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
&mx25r64 {
2+
mspi-io-mode = "MSPI_IO_MODE_SINGLE";
3+
};

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ common:
44
- flash
55
- ci_tests_drivers_sdp
66
tests:
7-
nrf.extended.drivers.flash.common.sdp:
7+
nrf.extended.drivers.flash.common.sdp.quad:
88
platform_allow:
99
- nrf54l15dk/nrf54l15/cpuapp
1010
integration_platforms:
1111
- nrf54l15dk/nrf54l15/cpuapp
12+
nrf.extended.drivers.flash.common.sdp.single:
13+
platform_allow:
14+
- nrf54l15dk/nrf54l15/cpuapp
15+
integration_platforms:
16+
- nrf54l15dk/nrf54l15/cpuapp
17+
extra_args: EXTRA_DTC_OVERLAY_FILE="single.overlay"

0 commit comments

Comments
 (0)