Re: [PATCH 18/22] tests/functional: add 'archive_extract' to QemuBaseTest

2024-12-06 Thread Thomas Huth
On 02/12/2024 13.52, Thomas Huth wrote: On 02/12/2024 13.13, Daniel P. Berrangé wrote: On Mon, Dec 02, 2024 at 11:30:28AM +0100, Thomas Huth wrote: On 29/11/2024 18.31, Daniel P. Berrangé wrote: This helper wrappers utils.archive_extract, forcing the use of the scratch directory, to ensure any

Re: [PATCH 18/22] tests/functional: add 'archive_extract' to QemuBaseTest

2024-12-02 Thread Daniel P . Berrangé
On Mon, Dec 02, 2024 at 01:52:46PM +0100, Thomas Huth wrote: > On 02/12/2024 13.13, Daniel P. Berrangé wrote: > > On Mon, Dec 02, 2024 at 11:30:28AM +0100, Thomas Huth wrote: > > > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > > > This helper wrappers utils.archive_extract, forcing the use of

Re: [PATCH 18/22] tests/functional: add 'archive_extract' to QemuBaseTest

2024-12-02 Thread Thomas Huth
On 02/12/2024 13.13, Daniel P. Berrangé wrote: On Mon, Dec 02, 2024 at 11:30:28AM +0100, Thomas Huth wrote: On 29/11/2024 18.31, Daniel P. Berrangé wrote: This helper wrappers utils.archive_extract, forcing the use of the scratch directory, to ensure any extracted files are cleaned at test term

Re: [PATCH 18/22] tests/functional: add 'archive_extract' to QemuBaseTest

2024-12-02 Thread Daniel P . Berrangé
On Mon, Dec 02, 2024 at 11:30:28AM +0100, Thomas Huth wrote: > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > This helper wrappers utils.archive_extract, forcing the use of the > > scratch directory, to ensure any extracted files are cleaned at test > > termination. If a specific member is requ

Re: [PATCH 18/22] tests/functional: add 'archive_extract' to QemuBaseTest

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: This helper wrappers utils.archive_extract, forcing the use of the scratch directory, to ensure any extracted files are cleaned at test termination. If a specific member is requested, then the path to the extracted file is also returned. Signed-off-

[PATCH 18/22] tests/functional: add 'archive_extract' to QemuBaseTest

2024-11-29 Thread Daniel P . Berrangé
This helper wrappers utils.archive_extract, forcing the use of the scratch directory, to ensure any extracted files are cleaned at test termination. If a specific member is requested, then the path to the extracted file is also returned. Signed-off-by: Daniel P. Berrangé --- tests/functional/qem