Remove Invert testsuite

Remove tracking of deprecated Invert testsuite.

Change-Id: I0df6fb2a0eb3c101c1dd96861f6dd9a56b583a05
Signed-off-by: David Hu <david.hu@arm.com>
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index 4ac2222..b1ddd4e 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -107,7 +107,6 @@
                         "crypto_secure_interface_tests_tfm_crypto_test_5xxx_",
                         ("initial_attestation_service_"
                          "secure_interface_tests_tfm_attest_test_1xxx_"),
-                        "invert_secure_interface_tests_tfm_invert_test_1xxx_"
                     ]
                 },
                 {
@@ -129,8 +128,6 @@
                          "non_secure_interface_test_tfm_crypto_test_6xxx_"),
                         ("initial_attestation_service_"
                          "non_secure_interface_tests_tfm_attest_test_2xxx_"),
-                        ("invert_"
-                         "non_secure_interface_tests_tfm_invert_test_1xxx_"),
                         "core_non_secure_positive_tests_tfm_core_test_1xxx_"
                     ]
                 }
diff --git a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
index 5b04378..2f97652 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
@@ -146,13 +146,11 @@
         'Crypto non-secure interface test (TFM_CRYPTO_TEST_6XXX)',
         'Initial Attestation Service '
         'non-secure interface tests(TFM_ATTEST_TEST_2XXX)',
-        'Invert non-secure interface tests (TFM_INVERT_TEST_1XXX)',
         'SST rollback protection tests (TFM_SST_TEST_4XXX)',
         'Audit Logging secure interface test (TFM_AUDIT_TEST_1XXX)',
         'Crypto secure interface tests (TFM_CRYPTO_TEST_5XXX)',
         'Initial Attestation Service secure '
         'interface tests(TFM_ATTEST_TEST_1XXX)',
-        'Invert secure interface tests (TFM_INVERT_TEST_1XXX)',
     ]
     _cfg["test_end_string"] = "End of Non-secure test suites"