Test: Add PSA PS secure interface test suite
Adds a test suite for the PSA Protected Storage secure API.
Change-Id: I41d8b920657176572a63a725a8780dd8d15c95fa
Signed-off-by: Jamie Fox <jamie.fox@arm.com>
diff --git a/test/framework/secure_suites.c b/test/framework/secure_suites.c
index 181f1b1..8fe0a94 100644
--- a/test/framework/secure_suites.c
+++ b/test/framework/secure_suites.c
@@ -29,7 +29,9 @@
#ifdef SERVICES_TEST_S
/* List test cases which compliant with level 1 isolation */
-#ifndef PSA_PROTECTED_STORAGE
+#ifdef PSA_PROTECTED_STORAGE
+ {®ister_testsuite_s_psa_ps_interface, 0, 0, 0},
+#else /* PSA_PROTECTED_STORAGE */
/* Secure SST test cases */
{®ister_testsuite_s_sst_sec_interface, 0, 0, 0},
{®ister_testsuite_s_sst_reliability, 0, 0, 0},
@@ -37,7 +39,7 @@
#if defined(SST_ROLLBACK_PROTECTION) && defined(SST_ENCRYPTION)
{®ister_testsuite_s_rollback_protection, 0, 0, 0},
#endif
-#endif /* !PSA_PROTECTED_STORAGE */
+#endif /* PSA_PROTECTED_STORAGE */
/* Secure Audit Logging test cases */
{®ister_testsuite_s_audit_interface, 0, 0, 0},