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 <kevin.townsend@linaro.org>
This commit is contained in:
parent
cd8d4ccad5
commit
0798375b92
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue