qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/5] tests/functional: Add a decorator for skipping long runn


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/5] tests/functional: Add a decorator for skipping long running tests
Date: Fri, 24 Jan 2025 17:26:06 +0100
User-agent: Mozilla Thunderbird

On 24/1/25 15:15, Thomas Huth wrote:
Some tests have a very long runtime and might run into timeout
issues e.g. when QEMU has been compiled with --enable-debug.
Add a decorator for marking them more easily and document the
corresponding environment variable that is used to enable the
tests.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  docs/devel/testing/functional.rst        |  8 ++++++++
  tests/functional/qemu_test/__init__.py   |  2 +-
  tests/functional/qemu_test/decorators.py | 14 ++++++++++++++
  tests/functional/test_arm_quanta_gsj.py  |  5 +++--
  4 files changed, 26 insertions(+), 3 deletions(-)

Nice!

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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