From 0798375b92257b5434d728ab897543db99dc69c1 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Thu, 9 Feb 2023 22:08:22 +0100 Subject: [PATCH] samples: tfm: Disable initial attestation test Disables the initial attestation suite, which we are unable to run at present due to a license issue with the underlying QCBOR library which this service depends on in TF-M. This commit can be reverted once an acceptable solution has been found for the QCBOR license in TF-M. Signed-off-by: Kevin Townsend --- samples/tfm_integration/tfm_psa_test/sample.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/samples/tfm_integration/tfm_psa_test/sample.yaml b/samples/tfm_integration/tfm_psa_test/sample.yaml index e299dcc1f4..e1779a139d 100644 --- a/samples/tfm_integration/tfm_psa_test/sample.yaml +++ b/samples/tfm_integration/tfm_psa_test/sample.yaml @@ -26,5 +26,10 @@ tests: sample.tfm.psa_test_crypto: timeout: 120 extra_args: "CONFIG_TFM_PSA_TEST_CRYPTO=y" - sample.tfm.psa_test_initial_attestation: - extra_args: "CONFIG_TFM_PSA_TEST_INITIAL_ATTESTATION=y" + +# The test suite below has been disabled due to licensing issues with the QCBOR +# library used by t_cose. This test will be re-enabled once the licensing +# issues have been sorted out upstream. +# +# sample.tfm.psa_test_initial_attestation: +# extra_args: "CONFIG_TFM_PSA_TEST_INITIAL_ATTESTATION=y"