Test: Remove old SST test suites

This patch removes the old SST test suites which were based on the old
SST APIs and functionalities. It also removes the SST test service
created to be used in combination with sst_ns_ref_access_testsuite.

Change-Id: I1c89a3bd5e841a1368c80d173be5ac6a2421419a
Signed-off-by: Marc Moreno <marc.morenoberengue@arm.com>
diff --git a/test/framework/non_secure_suites.c b/test/framework/non_secure_suites.c
index 9c1489d..f7e1f07 100644
--- a/test/framework/non_secure_suites.c
+++ b/test/framework/non_secure_suites.c
@@ -34,24 +34,9 @@
 #else /* TFM_LVL == 3 */
 
 #ifdef SERVICES_TEST_NS
-    /* List test cases which compliant with level 1 isolation */
+    /* List test cases which are compliant with level 1 isolation */
 
-#ifdef PSA_PROTECTED_STORAGE
     {&register_testsuite_ns_psa_ps_interface, 0, 0, 0},
-#else /* PSA_PROTECTED_STORAGE */
-    /* Non-secure SST test cases */
-    {&register_testsuite_ns_sst_interface, 0, 0, 0},
-
-#ifdef TFM_NS_CLIENT_IDENTIFICATION
-    {&register_testsuite_ns_sst_policy, 0, 0, 0},
-
-#ifdef TFM_PARTITION_TEST_SST
-    /* Non-secure SST referenced access testsuite */
-    {&register_testsuite_ns_sst_ref_access, 0, 0, 0},
-#endif /* TFM_PARTITION_TEST_SST */
-
-#endif /* TFM_NS_CLIENT_IDENTIFICATION */
-#endif /* PSA_PROTECTED_STORAGE */
 
     /* Non-secure Audit Logging test cases */
     {&register_testsuite_ns_audit_interface, 0, 0, 0},
diff --git a/test/framework/secure_suites.c b/test/framework/secure_suites.c
index 7006d44..b2572fd 100644
--- a/test/framework/secure_suites.c
+++ b/test/framework/secure_suites.c
@@ -27,9 +27,8 @@
 #else /* TFM_LVL == 3 */
 
 #ifdef SERVICES_TEST_S
-    /* List test cases which compliant with level 1 isolation */
+    /* List test cases which are compliant with level 1 isolation */
 
-#ifdef PSA_PROTECTED_STORAGE
     {&register_testsuite_s_psa_ps_interface, 0, 0, 0},
     {&register_testsuite_s_psa_ps_reliability, 0, 0, 0},
 
@@ -37,12 +36,6 @@
     {&register_testsuite_s_rollback_protection, 0, 0, 0},
 #endif
 
-#else /* PSA_PROTECTED_STORAGE */
-    /* Secure SST test cases */
-    {&register_testsuite_s_sst_sec_interface, 0, 0, 0},
-
-#endif /* PSA_PROTECTED_STORAGE */
-
     /* Secure Audit Logging test cases */
     {&register_testsuite_s_audit_interface, 0, 0, 0},