tests/functional: Convert some tests that download files via fetch_asset()
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:11 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:11:31 +0000 (11:11 +0200)
commit4c0a2df81c9166a3a84293501008a85dfbe8a3a6
tree0ba4dfd5535a493bdcee139cc6c5b8f7ed6eaed7
parent34b17c0a6564833ae8eb9846ec9faedb212d80ac
tests/functional: Convert some tests that download files via fetch_asset()

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.

Message-ID: <20240830133841.142644-18-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
13 files changed:
MAINTAINERS
tests/avocado/machine_arm_n8x0.py [changed mode: 0644->0755]
tests/avocado/machine_avr6.py [deleted file]
tests/avocado/machine_loongarch.py [deleted file]
tests/avocado/machine_mips_loongson3v.py [deleted file]
tests/avocado/netdev-ethtool.py [deleted file]
tests/avocado/ppc_405.py [deleted file]
tests/functional/meson.build
tests/functional/test_avr_mega2560.py [new file with mode: 0755]
tests/functional/test_loongarch64_virt.py [new file with mode: 0755]
tests/functional/test_mips64el_loongson3v.py [new file with mode: 0755]
tests/functional/test_netdev_ethtool.py [new file with mode: 0755]
tests/functional/test_ppc_405.py [new file with mode: 0755]