qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 17/26] tests/avocado: update firmware to enable sbsa-ref/max


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 17/26] tests/avocado: update firmware to enable sbsa-ref/max
Date: Fri, 23 Jun 2023 17:14:11 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 23/6/23 14:20, Alex Bennée wrote:
From: Marcin Juszkiewicz <marcin.juszkiewicz@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.juszkiewicz@linaro.org>
Message-Id: <20230530152240.79160-1-marcin.juszkiewicz@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@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é <philmd@linaro.org>

v1: 579fb938-dc8a-5f85-143f-644ba1f1db40@linaro.org/">https://lore.kernel.org/qemu-devel/579fb938-dc8a-5f85-143f-644ba1f1db40@linaro.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]