[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 5/7] tests/avocado: tag sbsa tests as tcg only
From: |
Alex Bennée |
Subject: |
[PATCH v2 5/7] tests/avocado: tag sbsa tests as tcg only |
Date: |
Fri, 1 Dec 2023 09:36:31 +0000 |
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(+)
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
--
2.39.2
- Re: [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test, (continued)
[PATCH v2 2/7] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS, Alex Bennée, 2023/12/01
[PATCH v2 5/7] tests/avocado: tag sbsa tests as tcg only,
Alex Bennée <=
[PATCH v2 7/7] gitlab: add optional job to run flaky avocado tests, Alex Bennée, 2023/12/01
Re: [PATCH v2 0/7] final fixes for 8.2, Stefan Hajnoczi, 2023/12/01