Re: [PATCH 07/11] tests/functional: Add a function for extracting files from an archive

2024-07-16 Thread Daniel P . Berrangé
On Tue, Jul 16, 2024 at 01:26:10PM +0200, Thomas Huth wrote: > Some Avocado-based tests use the "archive" module from avocado.utils > to extract files from an archive. To be able to use these tests > without Avocado, we have to provide our own function for extracting > files. Fortunately, there is

[PATCH 07/11] tests/functional: Add a function for extracting files from an archive

2024-07-16 Thread Thomas Huth
Some Avocado-based tests use the "archive" module from avocado.utils to extract files from an archive. To be able to use these tests without Avocado, we have to provide our own function for extracting files. Fortunately, there is already the tarfile module that will provide us with this functionali