refactor(fvp): move certain tests to 11.24 FVP
There is known bug in FVP-11.25 and 11.26 that doesn't power down
secondary cores correctly when core threads are used.
So to avoid the test failure on 11.26 use 11.24 FVP.
Change-Id: I579aef3e11b177a8d3ef10e793441e6490ad6bd3
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
(cherry picked from commit 02e14fa8767ad2f7a8bf82325b1957f0fab84329)
diff --git a/model/cortex-a65aex8.sh b/model/cortex-a65aex8.sh
index aee5caf..babd4c9 100644
--- a/model/cortex-a65aex8.sh
+++ b/model/cortex-a65aex8.sh
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019-2022, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2024, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
-set_model_path "$warehouse/SysGen/Models/$model_version/$model_build/external/models/$model_flavour/FVP_Base_Cortex-A65AE"
+set_model_path "$warehouse/SysGen/Models/$model_version_11_24/$model_build_11_24/external/models/$model_flavour/FVP_Base_Cortex-A65AE"
source "$ci_root/model/fvp_common.sh"