Re: [PATCH 05/11] tests/functional: Implement fetch_asset() method for downloading assets

2024-07-16 Thread Daniel P . Berrangé
On Tue, Jul 16, 2024 at 01:26:08PM +0200, Thomas Huth wrote: > In the new python test framework, we cannot use the fetch_asset() > function from Avocado anymore, so we have to provide our own > implementation now instead. Thus add such a function based on the > urllib python module for this purpose

[PATCH 05/11] tests/functional: Implement fetch_asset() method for downloading assets

2024-07-16 Thread Thomas Huth
In the new python test framework, we cannot use the fetch_asset() function from Avocado anymore, so we have to provide our own implementation now instead. Thus add such a function based on the urllib python module for this purpose. Signed-off-by: Thomas Huth --- tests/functional/qemu_test/__init