Test: Update Profile Medium-ARoT-less test config
Set TFM_CRYPTO_TEST_ALG_RSASSA_PSS_VERIFICATION to OFF as
Profile Medium does.
Signed-off-by: David Hu <david.hu@arm.com>
Change-Id: I43c9e6cd819747be9b82cb89701a42e6dd730f4b
diff --git a/test/config/profile/profile_medium_arotless_test.cmake b/test/config/profile/profile_medium_arotless_test.cmake
index f09b1c1..60c82fc 100755
--- a/test/config/profile/profile_medium_arotless_test.cmake
+++ b/test/config/profile/profile_medium_arotless_test.cmake
@@ -19,3 +19,4 @@
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")
+set(TFM_CRYPTO_TEST_ALG_RSASSA_PSS_VERIFICATION OFF CACHE BOOL "Test RSASSA-PSS signature verification algorithm")