Skip to content

Commit 0798375

Browse files
microbuilderstephanosio
authored andcommitted
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 <[email protected]>
1 parent cd8d4cc commit 0798375

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

samples/tfm_integration/tfm_psa_test/sample.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ tests:
2626
sample.tfm.psa_test_crypto:
2727
timeout: 120
2828
extra_args: "CONFIG_TFM_PSA_TEST_CRYPTO=y"
29-
sample.tfm.psa_test_initial_attestation:
30-
extra_args: "CONFIG_TFM_PSA_TEST_INITIAL_ATTESTATION=y"
29+
30+
# The test suite below has been disabled due to licensing issues with the QCBOR
31+
# library used by t_cose. This test will be re-enabled once the licensing
32+
# issues have been sorted out upstream.
33+
#
34+
# sample.tfm.psa_test_initial_attestation:
35+
# extra_args: "CONFIG_TFM_PSA_TEST_INITIAL_ATTESTATION=y"

0 commit comments

Comments
 (0)