From 7c80473e0a06851f826f4018af348d04ae57e401 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 5 Sep 2023 10:56:36 -0600 Subject: [PATCH] samples: tfm: Remove old 'tfm' tag To avoid confusion having both a 'tfm' and a 'trusted-firmware-m' tag, remove the old 'tfm' tag entirely. Any external test frameworks that are using the 'tfm' tag will need to be changed to account for this. Signed-off-by: David Brown --- samples/tfm_integration/psa_crypto/sample.yaml | 1 - samples/tfm_integration/psa_protected_storage/sample.yaml | 1 - samples/tfm_integration/tfm_ipc/sample.yaml | 2 -- samples/tfm_integration/tfm_psa_test/sample.yaml | 1 - samples/tfm_integration/tfm_regression_test/sample.yaml | 1 - samples/tfm_integration/tfm_secure_partition/sample.yaml | 2 -- 6 files changed, 8 deletions(-) diff --git a/samples/tfm_integration/psa_crypto/sample.yaml b/samples/tfm_integration/psa_crypto/sample.yaml index fb2dd5f37f5..45c9940b021 100644 --- a/samples/tfm_integration/psa_crypto/sample.yaml +++ b/samples/tfm_integration/psa_crypto/sample.yaml @@ -7,7 +7,6 @@ tests: sample.psa_crypto: tags: - introduction - - tfm - trusted-firmware-m - crypto - csr diff --git a/samples/tfm_integration/psa_protected_storage/sample.yaml b/samples/tfm_integration/psa_protected_storage/sample.yaml index a55f60da404..83ddde86758 100644 --- a/samples/tfm_integration/psa_protected_storage/sample.yaml +++ b/samples/tfm_integration/psa_protected_storage/sample.yaml @@ -29,6 +29,5 @@ common: tests: sample.tfm.protected_storage: tags: - - tfm - trusted-firmware-m - mcuboot diff --git a/samples/tfm_integration/tfm_ipc/sample.yaml b/samples/tfm_integration/tfm_ipc/sample.yaml index 664618aa6e2..4537b5c48dc 100644 --- a/samples/tfm_integration/tfm_ipc/sample.yaml +++ b/samples/tfm_integration/tfm_ipc/sample.yaml @@ -6,7 +6,6 @@ tests: sample.tfm_ipc: tags: - introduction - - tfm - trusted-firmware-m - mcuboot platform_allow: @@ -31,7 +30,6 @@ tests: sample.tfm_ipc.no_bl2: tags: - introduction - - tfm - trusted-firmware-m platform_allow: mps2_an521_ns extra_configs: diff --git a/samples/tfm_integration/tfm_psa_test/sample.yaml b/samples/tfm_integration/tfm_psa_test/sample.yaml index d41a567d12d..6eea76dc157 100644 --- a/samples/tfm_integration/tfm_psa_test/sample.yaml +++ b/samples/tfm_integration/tfm_psa_test/sample.yaml @@ -1,6 +1,5 @@ common: tags: - - tfm - trusted-firmware-m - mcuboot platform_allow: diff --git a/samples/tfm_integration/tfm_regression_test/sample.yaml b/samples/tfm_integration/tfm_regression_test/sample.yaml index 8d5412b812c..12e0810fb96 100644 --- a/samples/tfm_integration/tfm_regression_test/sample.yaml +++ b/samples/tfm_integration/tfm_regression_test/sample.yaml @@ -1,6 +1,5 @@ common: tags: - - tfm - trusted-firmware-m - mcuboot platform_allow: diff --git a/samples/tfm_integration/tfm_secure_partition/sample.yaml b/samples/tfm_integration/tfm_secure_partition/sample.yaml index 31652b12efc..06cb3bc2e96 100644 --- a/samples/tfm_integration/tfm_secure_partition/sample.yaml +++ b/samples/tfm_integration/tfm_secure_partition/sample.yaml @@ -1,6 +1,5 @@ common: tags: - - tfm - trusted-firmware-m platform_allow: - mps2_an521_ns @@ -25,6 +24,5 @@ sample: tests: sample.tfm.secure_partition: tags: - - tfm - trusted-firmware-m - mcuboot