Re: [PATCH 15/22] tests/functional: add common zip_extract helper

2024-12-02 Thread Daniel P . Berrangé
On Mon, Dec 02, 2024 at 11:04:12AM +0100, Thomas Huth wrote: > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > This mirrors the existing archive_extract and cpio_extract helpers > > > > Signed-off-by: Daniel P. Berrangé > > --- > > tests/functional/qemu_test/utils.py | 7 +++ > > 1 file

Re: [PATCH 15/22] tests/functional: add common zip_extract helper

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: This mirrors the existing archive_extract and cpio_extract helpers Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/utils.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tests/functional/qemu_test/utils.py b/tests/

[PATCH 15/22] tests/functional: add common zip_extract helper

2024-11-29 Thread Daniel P . Berrangé
This mirrors the existing archive_extract and cpio_extract helpers Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/utils.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tests/functional/qemu_test/utils.py b/tests/functional/qemu_test/utils.py index 1bf1c410d5..41b