qemu/tests/functional/qemu_test
Thomas Huth 4ae633b012 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>
2025-01-30 10:50:56 +01:00
..
__init__.py tests/functional: Add a decorator for skipping long running tests 2025-01-30 10:50:56 +01:00
archive.py tests/functional: replace 'run_cmd' with subprocess helpers 2024-12-17 19:39:53 +01:00
asset.py tests/functional: ignore errors when caching assets, except for 404 2024-12-17 19:39:53 +01:00
cmd.py tests/functional: remove now unused 'run_cmd' helper 2024-12-17 19:39:53 +01:00
config.py tests/functional: Add base classes for the upcoming pytest-based tests 2024-09-04 10:52:29 +02:00
decorators.py tests/functional: Add a decorator for skipping long running tests 2025-01-30 10:50:56 +01:00
linuxkernel.py tests/functional: convert tests to new archive_extract helper 2024-12-17 19:39:53 +01:00
ports.py tests/functional: Extract the find_free_ports() function into a helper file 2025-01-02 08:58:08 +01:00
tesseract.py tests/functional: replace 'run_cmd' with subprocess helpers 2024-12-17 19:39:53 +01:00
testcase.py tests/functional: skip tests if assets are not available 2024-12-17 19:39:53 +01:00
tuxruntest.py tests/functional: update tuxruntest to use uncompress utility 2025-01-10 11:18:32 +00:00
uncompress.py tests/functional: add zstd support to uncompress utility 2025-01-10 11:18:32 +00:00
utils.py tests/functional: Add a helper function for retrieving the hostfwd port 2024-12-17 20:33:29 +01:00