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?