aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-12-01 09:36:31 +0000
committerAlex Bennée <alex.bennee@linaro.org>2023-12-01 17:47:20 +0000
commit970c6fc250b3cdc59f24833a9effd80b9a2f450c (patch)
tree9a2612a632395b583822e8c6608d975573d607b4
parent9b45cc9931866cedbe46d4372329074595267bfa (diff)
downloadqemu-970c6fc250b3cdc59f24833a9effd80b9a2f450c.zip
qemu-970c6fc250b3cdc59f24833a9effd80b9a2f450c.tar.gz
qemu-970c6fc250b3cdc59f24833a9effd80b9a2f450c.tar.bz2
tests/avocado: tag sbsa tests as tcg only
As firmware runs at a higher privilege level than the hypervisor we can only run these tests under TCG emulation. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231201093633.2551497-6-alex.bennee@linaro.org>
-rw-r--r--tests/avocado/machine_aarch64_sbsaref.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/avocado/machine_aarch64_sbsaref.py b/tests/avocado/machine_aarch64_sbsaref.py
index bdd1efc..528c7d2 100644
--- a/tests/avocado/machine_aarch64_sbsaref.py
+++ b/tests/avocado/machine_aarch64_sbsaref.py
@@ -20,6 +20,10 @@ class Aarch64SbsarefMachine(QemuSystemTest):
"""
:avocado: tags=arch:aarch64
:avocado: tags=machine:sbsa-ref
+ :avocado: tags=accel:tcg
+
+ As firmware runs at a higher privilege level than the hypervisor we
+ can only run these tests under TCG emulation.
"""
timeout = 180