On 11/12/2024 18.26, Daniel P. Berrangé wrote:
There are many types of compression that the tests deal with, and it makes sense to have a single helper 'uncompress' that can deal with all.Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- tests/functional/qemu_test/__init__.py | 1 + tests/functional/qemu_test/uncompress.py | 47 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>