On Tue, Jan 28, 2025 at 04:28:35PM +0100, 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. Rename the corresponding environment
> variable to be more in sync with the other QEMU_TEST_ALLOW_* switches
> that we already have, and add a paragraph about it in the documentation.
> 
> Signed-off-by: Thomas Huth <th...@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_aarch64_sbsaref_alpine.py  |  5 ++---
>  tests/functional/test_aarch64_sbsaref_freebsd.py |  9 +++------
>  tests/functional/test_arm_quanta_gsj.py          |  6 +++---
>  6 files changed, 31 insertions(+), 13 deletions(-)

Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Reply via email to