From: Daniel Henrique Barboza <danielhb...@gmail.com> This tests times out in an IBM POWER host when compiled with --disable-tcg.
Signed-off-by: Daniel Henrique Barboza <danielhb...@gmail.com> Message-Id: <20220310183011.110391-7-danielhb...@gmail.com> Signed-off-by: Cédric Le Goater <c...@kaod.org> --- tests/avocado/ppc_bamboo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/avocado/ppc_bamboo.py b/tests/avocado/ppc_bamboo.py index 40629e347899..102ff252dff4 100644 --- a/tests/avocado/ppc_bamboo.py +++ b/tests/avocado/ppc_bamboo.py @@ -20,7 +20,9 @@ def test_ppc_bamboo(self): :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' -- 2.34.1