On 30/08/2024 15.38, Thomas Huth wrote:
Now that we've got the Asset class with pre-caching, we can convert
some Avocado tests that use fetch_asset() for downloading their
required files.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
MAINTAINERS | 12 ++---
tests/avocado/machine_mips_loongson3v.py | 39 --------------
tests/functional/meson.build | 30 +++++++++--
.../test_arm_n8x0.py} | 36 ++++++-------
FWIW: I'm going to drop the arm_n8x0 part from this patch since Peter is
currently preparing for removing the n800 and n810 machines (and his series
removes this test:
https://lore.kernel.org/qemu-devel/20240903160751.4100218-26-peter.mayd...@linaro.org/
Thomas