On 11/12/2024 18.26, Daniel P. Berrangé wrote:
There are many types of archives that the tests deal with. Provide a generalized 'archive_extract' that can detect the format and delegate to the appropriate helper for extraction. This ensures that all archive extraction code follows the same design pattern.Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> ---
Reviewed-by: Thomas Huth <th...@redhat.com>