From 8b987d9e0293b1616ae738cdbee0bac33b71c271 Mon Sep 17 00:00:00 2001 From: Sadik Ozer Date: Sat, 18 Jan 2025 21:12:47 +0300 Subject: [PATCH] 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 --- samples/tfm_integration/tfm_psa_test/sample.yaml | 1 - samples/tfm_integration/tfm_regression_test/sample.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/tfm_integration/tfm_psa_test/sample.yaml b/samples/tfm_integration/tfm_psa_test/sample.yaml index d924e7046186..2d7c7d1c0c24 100644 --- a/samples/tfm_integration/tfm_psa_test/sample.yaml +++ b/samples/tfm_integration/tfm_psa_test/sample.yaml @@ -10,7 +10,6 @@ common: - v2m_musca_s1/musca_s1/ns modules: - psa-arch-tests - - tf-m-tests integration_platforms: - mps2/an521/cpu0/ns harness: console diff --git a/samples/tfm_integration/tfm_regression_test/sample.yaml b/samples/tfm_integration/tfm_regression_test/sample.yaml index 61af265e77b1..30d29f35c959 100644 --- a/samples/tfm_integration/tfm_regression_test/sample.yaml +++ b/samples/tfm_integration/tfm_regression_test/sample.yaml @@ -3,7 +3,7 @@ common: - trusted-firmware-m - mcuboot modules: - - psa-arch-tests + - tf-m-tests platform_allow: - nrf5340dk/nrf5340/cpuapp/ns - nrf9160dk/nrf9160/ns