[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 02/44] tests/functional: Convert the vexpressa9 Avocado test
From: |
Peter Maydell |
Subject: |
Re: [PULL 02/44] tests/functional: Convert the vexpressa9 Avocado test |
Date: |
Mon, 30 Sep 2024 17:47:21 +0100 |
On Wed, 25 Sept 2024 at 12:10, Thomas Huth <thuth@redhat.com> wrote:
>
> Use the new launch_kernel function to convert this test in a simple way.
>
> Message-ID: <20240919185749.71222-3-thuth@redhat.com>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 1 +
> tests/avocado/boot_linux_console.py | 9 ---------
> tests/functional/meson.build | 1 +
> tests/functional/test_arm_vexpress.py | 26 ++++++++++++++++++++++++++
> 4 files changed, 28 insertions(+), 9 deletions(-)
> create mode 100755 tests/functional/test_arm_vexpress.py
Hi. This sequence of patches changed us from
getting our CI images for the advent calendar tests
from URLs like
https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day16.tar.xz
to ones like
https://www.qemu-advent-calendar.org/2018/download/day16.tar.xz
This new site has just stopped working: download
attempts return a 503. This breaks our CI:
https://gitlab.com/qemu-project/qemu/-/jobs/7955655569
Should we switch back?
thanks
-- PMM
- [PULL 00/44] Functional test conversion, and assert(0) cleanup, Thomas Huth, 2024/09/25
- [PULL 01/44] tests/functional/qemu_test: Add a function for launching kernels more easily, Thomas Huth, 2024/09/25
- [PULL 02/44] tests/functional: Convert the vexpressa9 Avocado test, Thomas Huth, 2024/09/25
- Re: [PULL 02/44] tests/functional: Convert the vexpressa9 Avocado test,
Peter Maydell <=
- [PULL 03/44] tests/functional: Convert the xtensa lx60 Avocado test, Thomas Huth, 2024/09/25
- [PULL 04/44] tests/functional: Convert the SPARCStation Avocado test, Thomas Huth, 2024/09/25
- [PULL 05/44] tests/functional: Convert the e500 ppc64 Avocado test, Thomas Huth, 2024/09/25
- [PULL 06/44] tests/functional: Convert the mac ppc Avocado tests, Thomas Huth, 2024/09/25
- [PULL 08/44] tests/functional: Convert the powernv tests from boot_linux_console.py, Thomas Huth, 2024/09/25
- [PULL 09/44] hw/acpi: replace assert(0) with g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 11/44] hw/net: replace assert(0) with g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 10/44] hw/arm: replace assert(0) with g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 07/44] tests/functional: Convert the r2d sh4 Avocado test, Thomas Huth, 2024/09/25