commit | 7ffe92f6a6c6328a9d85fbe95d0f05c0e593702c | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Fri Jun 14 17:02:00 2024 -0500 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Sep 09 22:37:53 2024 +0300 |
tree | e25ac46644fe1e8a1b68a6d5b02b0d49eab7027b | |
parent | ce36c779c0bc34ab7b46dd125e3167f6c8068a3e [diff] |
fvp: move neoverse to single core tests neoverse-n FVP's available from 11.26 are single cluster single core direct connect to DSU models, so move the tests and check's to single cores expectation. Signed-off-by: Govindraj Raja <govindraj.raja@arm.com> Change-Id: I309951ba32ced3184458ea5f96bb9fbe441d34a9 (cherry picked from commit 3a41a3858e090897540eb3ba414b9735e22da140)
diff --git a/group/tf-l2-boot-tests-cortex/fvp-dynamiq-aarch64-only:fvp-linux-dtb.dyn-fip.uboot-neoverse_n1x4-debug b/group/tf-l2-boot-tests-cortex/fvp-dynamiq-aarch64-only:fvp-linux-dtb.dyn-fip.uboot-neoverse_n1-debug similarity index 100% rename from group/tf-l2-boot-tests-cortex/fvp-dynamiq-aarch64-only:fvp-linux-dtb.dyn-fip.uboot-neoverse_n1x4-debug rename to group/tf-l2-boot-tests-cortex/fvp-dynamiq-aarch64-only:fvp-linux-dtb.dyn-fip.uboot-neoverse_n1-debug
diff --git a/group/tftf-l2-fvp-dynamiq/fvp-dynamiq-aarch64-only,fvp-default:fvp-dtb.dyn-tftf-fip.tftf-neoverse_n1x4-debug b/group/tftf-l2-fvp-dynamiq/fvp-dynamiq-aarch64-only,fvp-default:fvp-dtb.dyn-tftf-fip.tftf-neoverse_n1-debug similarity index 100% rename from group/tftf-l2-fvp-dynamiq/fvp-dynamiq-aarch64-only,fvp-default:fvp-dtb.dyn-tftf-fip.tftf-neoverse_n1x4-debug rename to group/tftf-l2-fvp-dynamiq/fvp-dynamiq-aarch64-only,fvp-default:fvp-dtb.dyn-tftf-fip.tftf-neoverse_n1-debug
diff --git a/run_config/fvp-neoverse_n1x4 b/run_config/fvp-neoverse_n1 similarity index 79% rename from run_config/fvp-neoverse_n1x4 rename to run_config/fvp-neoverse_n1 index c5cc467..6ce45ef 100644 --- a/run_config/fvp-neoverse_n1x4 +++ b/run_config/fvp-neoverse_n1
@@ -8,10 +8,10 @@ generate_lava_job() { local model="neoverse_n1" - uart="0" set_expect_variable "num_cpus" "4" + uart="0" set_expect_variable "num_cpus" "1" model="$model" \ - cluster_0_num_cores="4" \ + cluster_0_num_cores="1" \ use_pchannel_for_threads="1" \ gen_model_params
diff --git a/run_config/fvp-neoverse_n2 b/run_config/fvp-neoverse_n2 index 108af45..7f1dbe6 100644 --- a/run_config/fvp-neoverse_n2 +++ b/run_config/fvp-neoverse_n2
@@ -8,7 +8,7 @@ generate_lava_job() { local model="neoverse_n2" - uart="0" set_expect_variable "num_cpus" "4" + uart="0" set_expect_variable "num_cpus" "1" cluster_0_num_cores="1" \ model="$model" cache_state_modelled="0" gen_model_params