]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Add a decorator for skipping long running tests
authorThomas Huth <thuth@redhat.com>
Tue, 28 Jan 2025 15:28:35 +0000 (16:28 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 30 Jan 2025 09:50:56 +0000 (10:50 +0100)
commit4ae633b012210452b68dc20238fe4edd41d2635b
treeaf5de85610c9eafb93a8082b7e4bed00facd2038
parentfc9fea48be250ad3e51ddaea9508a320896c094b
tests/functional: Add a decorator for skipping long running tests

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.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250128152839.184599-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/devel/testing/functional.rst
tests/functional/qemu_test/__init__.py
tests/functional/qemu_test/decorators.py
tests/functional/test_aarch64_sbsaref_alpine.py
tests/functional/test_aarch64_sbsaref_freebsd.py
tests/functional/test_arm_quanta_gsj.py