On 30/09/2024 18.47, Peter Maydell wrote:
On Wed, 25 Sept 2024 at 12:10, Thomas Huth <[email protected]> wrote:
Use the new launch_kernel function to convert this test in a simple way.
Message-ID: <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
---
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?
Yes, patch sent:
https://lore.kernel.org/qemu-devel/[email protected]/
Thomas