commit | 09fb7adbc5814e44bbadcd3c9960ef097feb62b1 | [log] [tgz] |
---|---|---|
author | J-Alves <joao.alves@arm.com> | Thu Sep 28 16:14:01 2023 +0100 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Wed Feb 07 17:21:46 2024 +0100 |
tree | 6902059cd5cd7d10e4b8409cc7810b1af343af00 | |
parent | 9448a96eb2f049d1a956ab625dc30e1da2087580 [diff] |
refactor: rename invalid-access with memory-access In [1] the invalid-access set of tests were renamed to memory-access. [1] https://review.trustedfirmware.org/c/TF-A/tf-a-tests/+/22246 Change-Id: Ib6dd2af8f03daef42cae13ebb349b1d916644b57 Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/tftf_config/fvp-invalid-access b/tftf_config/fvp-memory-access similarity index 66% rename from tftf_config/fvp-invalid-access rename to tftf_config/fvp-memory-access index ebb0144..6d2516c 100644 --- a/tftf_config/fvp-invalid-access +++ b/tftf_config/fvp-memory-access
@@ -1,3 +1,3 @@ CROSS_COMPILE=aarch64-none-elf- PLAT=fvp -TESTS=invalid-access +TESTS=memory-access
diff --git a/tftf_config/fvp-invalid-access-rme b/tftf_config/fvp-memory-access-rme similarity index 76% rename from tftf_config/fvp-invalid-access-rme rename to tftf_config/fvp-memory-access-rme index db1dcb7..c5650b0 100644 --- a/tftf_config/fvp-invalid-access-rme +++ b/tftf_config/fvp-memory-access-rme
@@ -1,4 +1,4 @@ CROSS_COMPILE=aarch64-none-elf- PLAT=fvp -TESTS=invalid-access +TESTS=memory-access ENABLE_REALM_PAYLOAD_TESTS=1