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"