[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/6] tests/avocado: tag sbsa tests as tcg only
From: |
Alex Bennée |
Subject: |
[PULL 4/6] tests/avocado: tag sbsa tests as tcg only |
Date: |
Fri, 1 Dec 2023 15:12:26 +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>
diff --git a/tests/avocado/machine_aarch64_sbsaref.py
b/tests/avocado/machine_aarch64_sbsaref.py
index bdd1efc768..528c7d2934 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
--
2.39.2
- [PULL 0/6] gdbstub, avocado and gitlab updates, Alex Bennée, 2023/12/01
- [PULL 2/6] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS, Alex Bennée, 2023/12/01
- [PULL 4/6] tests/avocado: tag sbsa tests as tcg only,
Alex Bennée <=
- [PULL 5/6] gitlab: build the correct microblaze target, Alex Bennée, 2023/12/01
- [PULL 6/6] gitlab: add optional job to run flaky avocado tests, Alex Bennée, 2023/12/01
- [PULL 3/6] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test, Alex Bennée, 2023/12/01
- [PULL 1/6] gdbstub: use a better signal when we halt for IO reasons, Alex Bennée, 2023/12/01
- Re: [PULL 0/6] gdbstub, avocado and gitlab updates, Philippe Mathieu-Daudé, 2023/12/01