[PATCH 0/6] testing/next: libvirt-ci, tests/vm and vbsa functional test

Alex Bennée posted 6 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260213154859.1551283-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
There is a newer version of this series
tests/docker/dockerfiles/alpine.docker        |   4 +-
tests/docker/dockerfiles/centos9.docker       | 240 ++++++++--------
.../dockerfiles/fedora-rust-nightly.docker    | 262 +++++++++---------
.../dockerfiles/fedora-win64-cross.docker     | 162 +++++------
tests/docker/dockerfiles/fedora.docker        | 262 +++++++++---------
tests/functional/aarch64/meson.build          |   1 +
tests/functional/aarch64/test_virt_vbsa.py    |  99 +++++++
tests/lcitool/libvirt-ci                      |   2 +-
tests/lcitool/refresh                         |  13 +-
tests/vm/Makefile.include                     |   2 +-
tests/vm/generated/openbsd.json               |  27 ++
tests/vm/openbsd                              |  44 +--
12 files changed, 605 insertions(+), 513 deletions(-)
create mode 100755 tests/functional/aarch64/test_virt_vbsa.py
create mode 100644 tests/vm/generated/openbsd.json
[PATCH 0/6] testing/next: libvirt-ci, tests/vm and vbsa functional test
Posted by Alex Bennée 1 month, 3 weeks ago
While I was looking at Jon's python patches I noticed some failures
with getting OpenBSD up and running. In pulling that thread I found a
few other bits to fix and up revved the image and converted it to use
lci-tool data like FreeBSD does.

I've also added the VBSA conformance test for Arm virt machines to the
functional tests. This just adds the UEFI based tests as the full
suite needs kernel modules and a userspace app which I think I have to
build.

Alex.

Alex Bennée (6):
  tests: bump libvirt-ci to latest state
  tests/vm: bump OpenBSD to the current 7.8 release
  tests/vm: remove unused import
  tests/vm: fix interactive boot
  tests/vm: build openbsd from lcitool data (!567)
  tests/functional: add Arm VBSA uefi conformance test

 tests/docker/dockerfiles/alpine.docker        |   4 +-
 tests/docker/dockerfiles/centos9.docker       | 240 ++++++++--------
 .../dockerfiles/fedora-rust-nightly.docker    | 262 +++++++++---------
 .../dockerfiles/fedora-win64-cross.docker     | 162 +++++------
 tests/docker/dockerfiles/fedora.docker        | 262 +++++++++---------
 tests/functional/aarch64/meson.build          |   1 +
 tests/functional/aarch64/test_virt_vbsa.py    |  99 +++++++
 tests/lcitool/libvirt-ci                      |   2 +-
 tests/lcitool/refresh                         |  13 +-
 tests/vm/Makefile.include                     |   2 +-
 tests/vm/generated/openbsd.json               |  27 ++
 tests/vm/openbsd                              |  44 +--
 12 files changed, 605 insertions(+), 513 deletions(-)
 create mode 100755 tests/functional/aarch64/test_virt_vbsa.py
 create mode 100644 tests/vm/generated/openbsd.json

-- 
2.47.3