Re: [PATCH 16/22] tests/functional: add common deb_extract helper

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

Re: [PATCH 16/22] tests/functional: add common deb_extract helper

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: This mirrors the existing archive_extract, cpio_extract and zip_extract helpers Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/linuxkernel.py | 15 +-- tests/functional/qemu_test/utils.py | 13 +

[PATCH 16/22] tests/functional: add common deb_extract helper

2024-11-29 Thread Daniel P . Berrangé
This mirrors the existing archive_extract, cpio_extract and zip_extract helpers Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/linuxkernel.py | 15 +-- tests/functional/qemu_test/utils.py | 13 + 2 files changed, 18 insertions(+), 10 deletions(-)