Support ITS test suites

Add ITS test suites to Regression configs

* PSA internal trusted storage S interface tests
* PSA internal trusted storage NS interface tests
* ITS reliability tests

Change-Id: If111bde51b95145dccdc3462180a6865e3c0dc4e
Signed-off-by: Tudor Cretu <tudor.cretu@arm.com>
diff --git a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
index 6c9c636..5b04378 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
@@ -138,6 +138,9 @@
         'PSA protected storage S interface tests (TFM_SST_TEST_2XXX)',
         'PSA protected storage NS interface tests (TFM_SST_TEST_1XXX)',
         'SST reliability tests (TFM_SST_TEST_3XXX)',
+        'PSA internal trusted storage S interface tests (TFM_ITS_TEST_2XXX)',
+        'PSA internal trusted storage NS interface tests (TFM_ITS_TEST_1XXX)',
+        'ITS reliability tests (TFM_ITS_TEST_3XXX)',
         'Core non-secure positive tests (TFM_CORE_TEST_1XXX)',
         'AuditLog non-secure interface test (TFM_AUDIT_TEST_1XXX)',
         'Crypto non-secure interface test (TFM_CRYPTO_TEST_6XXX)',