aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2020-01-22 14:31:04 +0800
committerDavid Hu <david.hu@arm.com>2020-06-22 02:33:00 +0000
commit3b49ce71f346dceb3e09eb07435aeab56aebb7b7 (patch)
treef156291ed01399663e8dd79f286b7e31de352579 /configs
parentb835f4d199c808265895bb39a32e630c05be8db4 (diff)
downloadtrusted-firmware-m-3b49ce71f346dceb3e09eb07435aeab56aebb7b7.tar.gz
Test: Add test of symmetric Initial Attestation
Add test cases in secure side and non-secure side respectively to test symmetric key algorithm based Initial Attestation. Enable Initial Attestation and symmetric key algorithm based Initial Attestation in TF-M Profile Small Regression test config. Change-Id: I74cd79712bd6dc679dcdbb49d1ffe02320cb0e13 Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/ConfigRegressionProfileS.cmake10
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/ConfigRegressionProfileS.cmake b/configs/ConfigRegressionProfileS.cmake
index 324ebb22d9..84576720cc 100644
--- a/configs/ConfigRegressionProfileS.cmake
+++ b/configs/ConfigRegressionProfileS.cmake
@@ -66,8 +66,14 @@ set(TFM_PARTITION_PLATFORM OFF)
# Disable Protected Storage service
set(TFM_PARTITION_PROTECTED_STORAGE OFF)
-# Disable Initial Attestation service temporarily
-set(TFM_PARTITION_INITIAL_ATTESTATION OFF)
+# Enable Initial Attestation service
+set(TFM_PARTITION_INITIAL_ATTESTATION ON)
+# Enable symmetric key algorithm based attestation
+set(SYMMETRIC_INITIAL_ATTESTATION ON)
+# Disable QCBOR test cases to save memory
+set(ENABLE_QCBOR_TESTS OFF)
+# Disable t_cose test cases to save memory
+set(ENABLE_T_COSE_TESTS OFF)
# Configure the test cases
set(REGRESSION True)