[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/32] testing updates for 10.0 (tuxrun, libvirt, dockerfiles,
From: |
Stefan Hajnoczi |
Subject: |
Re: [PULL 00/32] testing updates for 10.0 (tuxrun, libvirt, dockerfiles, misc) |
Date: |
Fri, 10 Jan 2025 13:38:17 -0500 |
On Fri, 10 Jan 2025 at 08:22, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit bc6afa1c711da5b4f37c9685a812c77b114d84cb:
>
> Merge tag 'pull-xenfv-20250109-1' of https://gitlab.com/dwmw2/qemu into
> staging (2025-01-09 08:39:32 -0500)
>
> are available in the Git repository at:
>
> https://gitlab.com/stsquad/qemu.git tags/pull-10.0-testing-updates-100125-1
>
> for you to fetch changes up to 70b7c929ba39f15a94fbc63d9be88e8da907cc46:
>
> MAINTAINERS: Remove myself from reviewers (2025-01-10 11:18:38 +0000)
>
> ----------------------------------------------------------------
> Testing updates for 10.0
>
> - update the tuxrun images to the latest baseline
> - add the m68k tuxrun test
> - ensure qtest checks the result of clock_step operations
> - introduce new ztsd helper to functional tests
> - ensure aarch64_virt test exits early when no TCG
> - add new test to exercise virtio-vulkan
Hi Alex,
Please take a look at the following CI job failure and send a new
revision of this pull request if something needs to be fixed:
https://gitlab.com/qemu-project/qemu/-/jobs/8822037880#L593
Thanks,
Stefan
> - bump libvirt-ci to latest version
> - move riscv64 cross container from sid to trixie
> - remove workaround from mips containers now upstream updated
> - fix VM tests to use correct path for local QEMU binary
> - add ability to get a root debug shell on VM images
> - add keymap dependency to vnc tests
> - remove retiring maintainers from avocado and dockerfiles
>
> ----------------------------------------------------------------
> Alex Bennée (28):
> tests/functional: update the arm tuxrun tests
> tests/functional: update the i386 tuxrun tests
> tests/functional: add a m68k tuxrun tests
> tests/functional: update the mips32 tuxrun tests
> tests/functional: update the mips32el tuxrun tests
> tests/functional: update the mips64 tuxrun tests
> tests/functional: update the mips64el tuxrun tests
> tests/functional: update the ppc32 tuxrun tests
> tests/functional: update the ppc64 tuxrun tests
> tests/functional: update the riscv32 tuxrun tests
> tests/functional: update the riscv64 tuxrun tests
> tests/functional: update the s390x tuxrun tests
> tests/functional: update the sparc64 tuxrun tests
> tests/functional: update the x86_64 tuxrun tests
> tests/qtest: remove clock_steps from virtio tests
> system/qtest: properly feedback results of clock_[step|set]
> tests/functional: remove hacky sleep from the tests
> tests/functional: add zstd support to uncompress utility
> tests/functional: update tuxruntest to use uncompress utility
> tests/functional: remove unused kernel_command_line
> tests/functional: bail aarch64_virt tests early if missing TCG
> tests/functional: extend test_aarch64_virt with vulkan test
> tests/lcitool: bump to latest version of libvirt-ci
> tests/docker: move riscv64 cross container from sid to trixie
> tests/vm: fix build_path based path
> tests/vm: partially un-tabify help output
> tests/vm: allow interactive login as root
> pc-bios: ensure keymaps dependencies set vnc tests
>
> Daniel P. Berrangé (1):
> tests/lcitool: remove temp workaround for debian mips64el
>
> Philippe Mathieu-Daudé (1):
> dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
>
> Pierrick Bouvier (1):
> tests/functional/aarch64: add tests for FEAT_RME
>
> Wainer dos Santos Moschetta (1):
> MAINTAINERS: Remove myself from reviewers
>
> MAINTAINERS | 3 +-
> system/qtest.c | 23 ++--
> tests/qtest/libqos/virtio.c | 4 -
> .gitlab-ci.d/cirrus/freebsd-14.vars | 2 +-
> pc-bios/keymaps/meson.build | 17 ++-
> .../dockerfiles/debian-mips64el-cross.docker | 9 ++
> .../docker/dockerfiles/debian-riscv64-cross.docker | 4 +-
> .../docker/dockerfiles/debian-tricore-cross.docker | 2 -
> tests/functional/meson.build | 5 +
> tests/functional/qemu_test/tuxruntest.py | 12 +--
> tests/functional/qemu_test/uncompress.py | 24 +++++
> tests/functional/test_aarch64_rme_sbsaref.py | 69 ++++++++++++
> tests/functional/test_aarch64_rme_virt.py | 98 +++++++++++++++++
> tests/functional/test_aarch64_virt.py | 117
> +++++++++++++++++----
> tests/functional/test_arm_tuxrun.py | 28 ++---
> tests/functional/test_i386_tuxrun.py | 8 +-
> tests/functional/test_m68k_tuxrun.py | 34 ++++++
> tests/functional/test_mips64_tuxrun.py | 8 +-
> tests/functional/test_mips64el_tuxrun.py | 8 +-
> tests/functional/test_mips_tuxrun.py | 8 +-
> tests/functional/test_mipsel_tuxrun.py | 8 +-
> tests/functional/test_ppc64_tuxrun.py | 16 +--
> tests/functional/test_ppc_tuxrun.py | 8 +-
> tests/functional/test_riscv32_tuxrun.py | 8 +-
> tests/functional/test_riscv64_tuxrun.py | 16 +--
> tests/functional/test_s390x_tuxrun.py | 8 +-
> tests/functional/test_sparc64_tuxrun.py | 8 +-
> tests/functional/test_x86_64_tuxrun.py | 8 +-
> tests/lcitool/libvirt-ci | 2 +-
> tests/lcitool/mappings.yml | 29 -----
> tests/lcitool/refresh | 4 +-
> tests/qtest/meson.build | 2 +-
> tests/vm/Makefile.include | 29 ++---
> tests/vm/basevm.py | 12 ++-
> tests/vm/generated/freebsd.json | 2 +-
> 35 files changed, 461 insertions(+), 182 deletions(-)
> create mode 100755 tests/functional/test_aarch64_rme_sbsaref.py
> create mode 100755 tests/functional/test_aarch64_rme_virt.py
> create mode 100755 tests/functional/test_m68k_tuxrun.py
>
> --
> 2.39.5
>
>
- [PULL 16/32] tests/qtest: remove clock_steps from virtio tests, (continued)
- [PULL 16/32] tests/qtest: remove clock_steps from virtio tests, Alex Bennée, 2025/01/10
- [PULL 20/32] tests/functional: update tuxruntest to use uncompress utility, Alex Bennée, 2025/01/10
- [PULL 19/32] tests/functional: add zstd support to uncompress utility, Alex Bennée, 2025/01/10
- [PULL 17/32] system/qtest: properly feedback results of clock_[step|set], Alex Bennée, 2025/01/10
- [PULL 26/32] tests/lcitool: remove temp workaround for debian mips64el, Alex Bennée, 2025/01/10
- [PULL 21/32] tests/functional: remove unused kernel_command_line, Alex Bennée, 2025/01/10
- [PULL 29/32] tests/vm: allow interactive login as root, Alex Bennée, 2025/01/10
- [PULL 22/32] tests/functional: bail aarch64_virt tests early if missing TCG, Alex Bennée, 2025/01/10
- [PULL 28/32] tests/vm: partially un-tabify help output, Alex Bennée, 2025/01/10
- [PULL 30/32] pc-bios: ensure keymaps dependencies set vnc tests, Alex Bennée, 2025/01/10
- Re: [PULL 00/32] testing updates for 10.0 (tuxrun, libvirt, dockerfiles, misc),
Stefan Hajnoczi <=