diff --git a/CODEOWNERS b/CODEOWNERS index 3c612540e64f..97b056ad25a3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -617,6 +617,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 diff --git a/scripts/twister/alt/zephyr/tests/drivers/mspi/api/testcase.yaml b/scripts/twister/alt/zephyr/tests/drivers/mspi/api/testcase.yaml new file mode 100644 index 000000000000..1e0db0ee313b --- /dev/null +++ b/scripts/twister/alt/zephyr/tests/drivers/mspi/api/testcase.yaml @@ -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