Re: [PATCH 17/22] tests/functional: generalize archive_extract

2024-12-02 Thread Daniel P . Berrangé
On Mon, Dec 02, 2024 at 11:20:19AM +0100, Thomas Huth wrote: > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > There are many types of archives that the tests deal with, and > > 'archive_extract' suggests it can cope with any, rather than only > > tar files. Rename the existing method to 'tar_ex

Re: [PATCH 17/22] tests/functional: generalize archive_extract

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: There are many types of archives that the tests deal with, and 'archive_extract' suggests it can cope with any, rather than only tar files. Rename the existing method to 'tar_extract' and add a new method that can dynamically extract any zip, tar or

[PATCH 17/22] tests/functional: generalize archive_extract

2024-11-29 Thread Daniel P . Berrangé
There are many types of archives that the tests deal with, and 'archive_extract' suggests it can cope with any, rather than only tar files. Rename the existing method to 'tar_extract' and add a new method that can dynamically extract any zip, tar or cpio file based on file extension. Signed-off-by