2021-04-20 21:25:41 +08:00
|
|
|
common:
|
2023-08-31 04:09:14 +08:00
|
|
|
tags:
|
|
|
|
- trusted-firmware-m
|
2023-08-31 04:15:53 +08:00
|
|
|
- mcuboot
|
2023-09-13 03:55:23 +08:00
|
|
|
modules:
|
|
|
|
- psa-arch-tests
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_allow:
|
|
|
|
- nrf5340dk_nrf5340_cpuapp_ns
|
|
|
|
- nrf9160dk_nrf9160_ns
|
|
|
|
- nrf9161dk_nrf9161_ns
|
|
|
|
- v2m_musca_s1_ns
|
2023-01-04 03:08:27 +08:00
|
|
|
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 \\*\\*\\*"
|
2021-04-20 21:25:41 +08:00
|
|
|
|
|
|
|
sample:
|
|
|
|
name: "TFM Regression Test"
|
|
|
|
|
|
|
|
tests:
|
2022-08-08 16:27:25 +08:00
|
|
|
sample.tfm.regression_ipc_lvl1:
|
2023-05-08 19:37:42 +08:00
|
|
|
extra_args:
|
|
|
|
- CONFIG_TFM_IPC=y
|
|
|
|
- CONFIG_TFM_ISOLATION_LEVEL=1
|
2022-08-08 16:27:25 +08:00
|
|
|
timeout: 200
|
|
|
|
|
|
|
|
sample.tfm.regression_ipc_lvl2:
|
2021-04-20 21:25:41 +08:00
|
|
|
timeout: 200
|
2023-01-19 20:39:44 +08:00
|
|
|
|
|
|
|
sample.tfm.regression_sfn:
|
2023-05-08 19:37:42 +08:00
|
|
|
extra_args:
|
|
|
|
- CONFIG_TFM_SFN=y
|
|
|
|
- CONFIG_TFM_ISOLATION_LEVEL=1
|
2023-01-19 20:39:44 +08:00
|
|
|
timeout: 200
|