qemu/tests/functional/qemu_test
Daniel P. Berrangé cfcb4484fc tests/functional: move archive handling into new archive.py file
More archive related code will be added shortly, so having a
separate file makes more sense.

The utils.py imports the functions from archive.py, so that
existing callers don't need to be modified. This avoids
redundant code churn until later in the series when all
calls will be adapted for other reasons.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20241217155953.3950506-17-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2024-12-17 19:39:53 +01:00
..
__init__.py tests/functional: drop 'has_cmd' and 'has_cmds' helpers 2024-12-17 19:39:53 +01:00
archive.py tests/functional: move archive handling into new archive.py file 2024-12-17 19:39:53 +01:00
asset.py tests/functional: resolve str(Asset) to cache file path 2024-12-17 19:39:53 +01:00
cmd.py tests/functional: switch over to using self.build_file(...) 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: introduce some helpful decorators 2024-12-17 19:39:53 +01:00
linuxkernel.py tests/functional: switch over to using self.scratch_file() 2024-12-17 19:39:53 +01:00
tesseract.py tests/functional: drop 'tesseract_available' helper 2024-12-17 19:39:53 +01:00
testcase.py tests/functional: switch over to using self.build_file(...) 2024-12-17 19:39:53 +01:00
tuxruntest.py tests/functional: switch over to using self.scratch_file() 2024-12-17 19:39:53 +01:00
utils.py tests/functional: move archive handling into new archive.py file 2024-12-17 19:39:53 +01:00