[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/11] tests/functional: Convert some tests that download fil
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 06/11] tests/functional: Convert some tests that download files via fetch_asset() |
Date: |
Tue, 16 Jul 2024 19:19:29 +0100 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Tue, Jul 16, 2024 at 01:26:09PM +0200, Thomas Huth wrote:
> Now that we've got a working fetch_asset() function, we can convert
> some Avocado tests that use this function for downloading their
> required files.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 12 +++----
> tests/functional/meson.build | 25 +++++++++++++++
> .../test_arm_n8x0.py} | 25 +++++++--------
> .../test_avr_mega2560.py} | 11 ++++---
> .../test_loongarch64_virt.py} | 16 ++++++----
> .../test_mips64el_loongson3v.py} | 26 +++++++--------
> .../test_netdev_ethtool.py} | 32 ++++++-------------
> .../ppc_405.py => functional/test_ppc_405.py} | 19 ++++++-----
> 8 files changed, 89 insertions(+), 77 deletions(-)
> rename tests/{avocado/machine_arm_n8x0.py => functional/test_arm_n8x0.py}
> (71%)
> mode change 100644 => 100755
> rename tests/{avocado/machine_avr6.py => functional/test_avr_mega2560.py}
> (90%)
> mode change 100644 => 100755
> rename tests/{avocado/machine_loongarch.py =>
> functional/test_loongarch64_virt.py} (89%)
> mode change 100644 => 100755
> rename tests/{avocado/machine_mips_loongson3v.py =>
> functional/test_mips64el_loongson3v.py} (55%)
> mode change 100644 => 100755
> rename tests/{avocado/netdev-ethtool.py =>
> functional/test_netdev_ethtool.py} (81%)
> mode change 100644 => 100755
> rename tests/{avocado/ppc_405.py => functional/test_ppc_405.py} (73%)
> mode change 100644 => 100755
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH 04/11] tests/functional: Add python-based tests to the meson build system, (continued)
- [PATCH 03/11] tests/functional: Convert avocado tests that just need a small adjustment, Thomas Huth, 2024/07/16
- [PATCH 05/11] tests/functional: Implement fetch_asset() method for downloading assets, Thomas Huth, 2024/07/16
- [PATCH 08/11] tests/functional: Convert some avocado tests that needed avocado.utils.archive, Thomas Huth, 2024/07/16
- [PATCH 06/11] tests/functional: Convert some tests that download files via fetch_asset(), Thomas Huth, 2024/07/16
- Re: [PATCH 06/11] tests/functional: Convert some tests that download files via fetch_asset(),
Daniel P . Berrangé <=
- [PATCH 09/11] tests/functional: Set up logging, Thomas Huth, 2024/07/16
- [PATCH 10/11] tests/functional: Convert the s390x avocado tests into standalone tests, Thomas Huth, 2024/07/16
- [PATCH 07/11] tests/functional: Add a function for extracting files from an archive, Thomas Huth, 2024/07/16
- [PATCH 11/11] gitlab-ci: Add "check-functional" to the build tests, Thomas Huth, 2024/07/16
- Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests, Daniel P . Berrangé, 2024/07/16