diff mbox series

[v2,5/7] tests/avocado: tag sbsa tests as tcg only

Message ID 20231201093633.2551497-6-alex.bennee@linaro.org
State New
Headers show
Series final fixes for 8.2 | expand

Commit Message

Alex Bennée Dec. 1, 2023, 9:36 a.m. UTC
As firmware runs at a higher privilege level than the hypervisor we
can only run these tests under TCG emulation.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/avocado/machine_aarch64_sbsaref.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé Dec. 1, 2023, 10:26 a.m. UTC | #1
On 1/12/23 10:36, Alex Bennée wrote:
> As firmware runs at a higher privilege level than the hypervisor we
> can only run these tests under TCG emulation.

Can we have this comment in the source please? Otherwise,
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   tests/avocado/machine_aarch64_sbsaref.py | 1 +
>   1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tests/avocado/machine_aarch64_sbsaref.py b/tests/avocado/machine_aarch64_sbsaref.py
index bdd1efc768..c25a691b64 100644
--- a/tests/avocado/machine_aarch64_sbsaref.py
+++ b/tests/avocado/machine_aarch64_sbsaref.py
@@ -20,6 +20,7 @@  class Aarch64SbsarefMachine(QemuSystemTest):
     """
     :avocado: tags=arch:aarch64
     :avocado: tags=machine:sbsa-ref
+    :avocado: tags=accel:tcg
     """
 
     timeout = 180