Attest: Rename files to follow naming convention

In TF-M test suites the source files only contain the name of the
tested partition only in abbreviated format. Rename the non-compliant
files in attestation test suite to maintain consistency in the
repository.

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: I28e5b80b6d4c3f012fb897194912ebc41a24897a
diff --git a/test/framework/non_secure_suites.c b/test/framework/non_secure_suites.c
index ef3a94c..0bf20a9 100644
--- a/test/framework/non_secure_suites.c
+++ b/test/framework/non_secure_suites.c
@@ -14,7 +14,7 @@
 #include "test/suites/its/non_secure/its_ns_tests.h"
 #include "test/suites/audit/non_secure/audit_ns_tests.h"
 #include "test/suites/crypto/non_secure/crypto_ns_tests.h"
-#include "test/suites/attestation/non_secure/attestation_ns_tests.h"
+#include "test/suites/attestation/non_secure/attest_ns_tests.h"
 #include "test/suites/qcbor/non_secure/qcbor_ns_tests.h"
 #include "test/suites/t_cose/non_secure/t_cose_ns_tests.h"
 #include "test/suites/core/non_secure/core_ns_tests.h"
diff --git a/test/framework/secure_suites.c b/test/framework/secure_suites.c
index d89d27b..dc574c0 100644
--- a/test/framework/secure_suites.c
+++ b/test/framework/secure_suites.c
@@ -13,7 +13,7 @@
 #include "test/suites/ps/secure/ps_tests.h"
 #include "test/suites/its/secure/its_s_tests.h"
 #include "test/suites/audit/secure/audit_s_tests.h"
-#include "test/suites/attestation/secure/attestation_s_tests.h"
+#include "test/suites/attestation/secure/attest_s_tests.h"
 #include "test/suites/crypto/secure/crypto_s_tests.h"
 #include "test/suites/ipc/secure/ipc_s_tests.h"
 #include "test/suites/platform/secure/platform_s_tests.h"