Test: Add Profile Medium-ARoT-less test configs
Create a dedicated profile_medium_arotless_test.cmake to collect the
specific settings.
Signed-off-by: David Hu <david.hu@arm.com>
Change-Id: I8c8a1a12e7c153106b1272cad93e5bf82ab94b20
diff --git a/test/config/profile/profile_medium_arotless_test.cmake b/test/config/profile/profile_medium_arotless_test.cmake
new file mode 100755
index 0000000..f09b1c1
--- /dev/null
+++ b/test/config/profile/profile_medium_arotless_test.cmake
@@ -0,0 +1,21 @@
+#-------------------------------------------------------------------------------
+# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+#-------------------------------------------------------------------------------
+
+################################## Tests #######################################
+
+set(TFM_CRYPTO_TEST_ALG_CBC OFF CACHE BOOL "Test CBC cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_CFB OFF CACHE BOOL "Test CFB cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_ECB OFF CACHE BOOL "Test ECB cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_CTR OFF CACHE BOOL "Test CTR cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_OFB OFF CACHE BOOL "Test OFB cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_GCM OFF CACHE BOOL "Test GCM cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_SHA_384 OFF CACHE BOOL "Test SHA-384 cryptography algorithm")
+set(TFM_CRYPTO_TEST_ALG_SHA_512 OFF CACHE BOOL "Test SHA-512 cryptography algorithm")
+set(TFM_CRYPTO_TEST_HKDF OFF CACHE BOOL "Test the HKDF key derivation algorithm")
+set(TFM_CRYPTO_TEST_ECDH ON CACHE BOOL "Test the ECDH key agreement algorithm")
+set(TFM_CRYPTO_TEST_CHACHA20 OFF CACHE BOOL "Test the ChaCha20 stream cipher")
+set(TFM_CRYPTO_TEST_ALG_CHACHA20_POLY1305 OFF CACHE BOOL "Test ChaCha20-Poly1305 AEAD algorithm")