zephyr/samples/tfm_integration/tfm_regression_test/sample.yaml
Sadik Ozer 8b987d9e02 samples: tfm_integration: Update regression test dependencies
tfm_regression_test depends on the tf-m-tests
tfm_psa_test        depends on the psa-arch-tests

This commit set module dependencies to correct values

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
2025-01-20 11:43:32 +01:00

39 lines
881 B
YAML

common:
tags:
- trusted-firmware-m
- mcuboot
modules:
- tf-m-tests
platform_allow:
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- nrf9161dk/nrf9161/ns
- v2m_musca_s1/musca_s1/ns
integration_platforms:
- nrf5340dk/nrf5340/cpuapp/ns
harness: console
harness_config:
type: multi_line
regex:
- "Non-Secure system starting..."
- "\\#\\#\\#\\# Execute test suites for the Non-secure area \\#\\#\\#\\#"
- "\\*\\*\\* End of Non-secure test suites \\*\\*\\*"
sample:
name: "TFM Regression Test"
tests:
sample.tfm.regression_ipc_lvl1:
extra_args:
- CONFIG_TFM_IPC=y
- CONFIG_TFM_ISOLATION_LEVEL=1
timeout: 200
sample.tfm.regression_ipc_lvl2:
timeout: 200
sample.tfm.regression_sfn:
extra_args:
- CONFIG_TFM_SFN=y
- CONFIG_TFM_ISOLATION_LEVEL=1
timeout: 200