aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Henrique Barboza <danielhb413@gmail.com>2022-03-14 15:57:17 +0100
committerCédric Le Goater <clg@kaod.org>2022-03-14 15:57:17 +0100
commit52b7fb79ed8e406c86d4b9e98b9047df2d7fadfc (patch)
tree9600e4e70314e0990c4a3bcef98cc92f54947a07 /tests
parent4e653f0aa8db4fb8f4fc48f0d5231f2b9bc3a9e5 (diff)
downloadqemu-52b7fb79ed8e406c86d4b9e98b9047df2d7fadfc.zip
qemu-52b7fb79ed8e406c86d4b9e98b9047df2d7fadfc.tar.gz
qemu-52b7fb79ed8e406c86d4b9e98b9047df2d7fadfc.tar.bz2
avocado/ppc_bamboo.py: check TCG accel in test_ppc_bamboo()
This tests times out in an IBM POWER host when compiled with --disable-tcg. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20220310183011.110391-7-danielhb413@gmail.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/avocado/ppc_bamboo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/avocado/ppc_bamboo.py b/tests/avocado/ppc_bamboo.py
index 40629e3..102ff25 100644
--- a/tests/avocado/ppc_bamboo.py
+++ b/tests/avocado/ppc_bamboo.py
@@ -20,7 +20,9 @@ class BambooMachine(QemuSystemTest):
:avocado: tags=machine:bamboo
:avocado: tags=cpu:440epb
:avocado: tags=device:rtl8139
+ :avocado: tags=accel:tcg
"""
+ self.require_accelerator("tcg")
tar_url = ('http://landley.net/aboriginal/downloads/binaries/'
'system-image-powerpc-440fp.tar.gz')
tar_hash = '53e5f16414b195b82d2c70272f81c2eedb39bad9'