On 23/6/23 14:20, Alex Bennée wrote:
From: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org>
Update prebuilt firmware images to have TF-A with FEAT_FGT support
enabled. This allowed us to enable test for "max" cpu in sbsa-ref
machine.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org>
Message-Id: <20230530152240.79160-1-marcin.juszkiew...@linaro.org>
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
tests/avocado/machine_aarch64_sbsaref.py | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
@@ -150,7 +150,7 @@ def test_sbsaref_alpine_linux_neoverse_n1(self):
"""
self.boot_alpine_linux("neoverse-n1")
- @skip("requires TF-A update to handle FEAT_FGT")
+ @skipUnless(os.getenv("AVOCADO_TIMEOUT_EXPECTED"), "Test might timeout")
Same comment as v1, we can remove the @skip* tags.
Similarly to v1:
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
v1:
https://lore.kernel.org/qemu-devel/579fb938-dc8a-5f85-143f-644ba1f1d...@linaro.org/