Re: [PATCH v2 23/31] tests/functional: convert tests to new archive_extract helper

2024-12-12 Thread Daniel P . Berrangé
On Thu, Dec 12, 2024 at 11:34:19AM +0100, Thomas Huth wrote: > On 11/12/2024 18.26, Daniel P. Berrangé wrote: > > Replace use of utils.archive_extract and extract_from_deb with the > > new archive_extract helper. > > > > Signed-off-by: Daniel P. Berrangé > > --- > ... > > diff --git a/tests/funct

Re: [PATCH v2 23/31] tests/functional: convert tests to new archive_extract helper

2024-12-12 Thread Thomas Huth
On 11/12/2024 18.26, Daniel P. Berrangé wrote: Replace use of utils.archive_extract and extract_from_deb with the new archive_extract helper. Signed-off-by: Daniel P. Berrangé --- ... diff --git a/tests/functional/qemu_test/linuxkernel.py b/tests/functional/qemu_test/linuxkernel.py index 8f2

[PATCH v2 23/31] tests/functional: convert tests to new archive_extract helper

2024-12-11 Thread Daniel P . Berrangé
Replace use of utils.archive_extract and extract_from_deb with the new archive_extract helper. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/linuxkernel.py | 20 +-- tests/functional/test_aarch64_aspeed.py | 5 ++- tests/functional/test_aarch64_raspi3.py