qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/9] tests/avocado/linux_ssh_mips_malta.py: add missing accel


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 5/9] tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag
Date: Sun, 27 Feb 2022 19:47:31 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

On 25/2/22 22:01, Cleber Rosa wrote:
Being explicit about the accelerator used on these tests is a good
thing in itself, but it will also be used in the filtering rules
applied on "make check-avocado".

Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
  tests/avocado/linux_ssh_mips_malta.py | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/tests/avocado/linux_ssh_mips_malta.py 
b/tests/avocado/linux_ssh_mips_malta.py
index c0f0be5ade..0179d8a6ca 100644
--- a/tests/avocado/linux_ssh_mips_malta.py
+++ b/tests/avocado/linux_ssh_mips_malta.py
@@ -23,6 +23,9 @@
  @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might timeout')

Should we remove this line then? ^^^

  @skipUnless(ssh.SSH_CLIENT_BINARY, 'No SSH client available')
  class LinuxSSH(QemuSystemTest, LinuxSSHMixIn):
+    """
+    :avocado: tags=accel:tcg
+    """
timeout = 150 # Not for 'configure --enable-debug --enable-debug-tcg'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]