qemu/tests/functional/qemu_test
Thomas Huth 850a1951b7 tests/functional: Add a function for extracting files from an archive
Some Avocado-based tests use the "archive" module from avocado.utils
to extract files from an archive. To be able to use these tests
without Avocado, we have to provide our own function for extracting
files. Fortunately, there is already the tarfile module that will
provide us with this functionality, so let's just add a nice wrapper
function around that.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20240830133841.142644-19-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2024-09-04 11:13:48 +02:00
..
__init__.py tests/functional: add a module for handling asset download & caching 2024-09-04 10:52:29 +02:00
asset.py tests/functional: Allow asset downloading with concurrent threads 2024-09-04 10:52:29 +02:00
cmd.py tests/functional: Add base classes for the upcoming pytest-based tests 2024-09-04 10:52:29 +02:00
config.py tests/functional: Add base classes for the upcoming pytest-based tests 2024-09-04 10:52:29 +02:00
testcase.py tests/functional: enable pre-emptive caching of assets 2024-09-04 10:52:29 +02:00
utils.py tests/functional: Add a function for extracting files from an archive 2024-09-04 11:13:48 +02:00