Skip to content

Commit

Permalink
tests: drivers: mspi: add SDP MSPI API test configuration
Browse files Browse the repository at this point in the history
Add yaml configuration to enable SDP MSPI API test.

Signed-off-by: Jakub Zymelka <[email protected]>
  • Loading branch information
jaz1-nordic committed Nov 27, 2024
1 parent b14c934 commit 18b6ede
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@
/scripts/print_docker_image.sh @nrfconnect/ncs-ci
/scripts/print_toolchain_checksum.sh @nrfconnect/ncs-ci
/scripts/sdp/ @nrfconnect/ncs-ll-ursus
/scripts/twister/alt/zephyr/tests/drivers/mspi/api/testcase.yaml @nrfconnect/ncs-ll-ursus

/scripts/docker/*.rst @nrfconnect/ncs-doc-leads
/scripts/hid_configurator/*.rst @nrfconnect/ncs-si-bluebagel-doc
Expand Down
30 changes: 30 additions & 0 deletions scripts/twister/alt/zephyr/tests/drivers/mspi/api/testcase.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
tests:
drivers.mspi.api:
tags:
- drivers
- mspi
- api
filter: dt_compat_enabled("zephyr,mspi-emul-controller") or
dt_compat_enabled("ambiq,mspi-controller")
harness: ztest
platform_allow:
- native_sim
- apollo3p_evb
integration_platforms:
- native_sim

drivers.mspi.api.emspi:
tags:
- drivers
- mspi
- api
harness: ztest
platform_allow:
- nrf54l15dk_nrf54l15_cpuapp
integration_platforms:
- nrf54l15dk_nrf54l15_cpuapp
extra_args:
- SB_CONFIG_VPR_LAUNCHER=n
- SB_CONFIG_PARTITION_MANAGER=n
- SB_CONFIG_SDP=y
- SB_CONFIG_SDP_MSPI=y

0 comments on commit 18b6ede

Please sign in to comment.