]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commitdiff
tests/avocado: tag sbsa tests as tcg only
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Dec 2023 09:36:31 +0000 (09:36 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Dec 2023 17:47:20 +0000 (17:47 +0000)
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>

tests/avocado/machine_aarch64_sbsaref.py

index bdd1efc768f0fe6c70a6a455f2ae20b13647530c..528c7d2934ab46f86d0475d834151b68ff601c87 100644 (file)
@@ -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