All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] testing/next: libvirt-ci, tests/vm and vbsa functional test
@ 2026-02-13 15:48 Alex Bennée
  2026-02-13 15:48 ` [PATCH 1/6] tests: bump libvirt-ci to latest state Alex Bennée
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Alex Bennée @ 2026-02-13 15:48 UTC (permalink / raw)
  To: qemu-devel
  Cc: Brad Smith, Alex Bennée, Warner Losh,
	Philippe Mathieu-Daudé, Thomas Huth, Kyle Evans,
	Peter Maydell, qemu-arm

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



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2026-02-19 16:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13 15:48 [PATCH 0/6] testing/next: libvirt-ci, tests/vm and vbsa functional test Alex Bennée
2026-02-13 15:48 ` [PATCH 1/6] tests: bump libvirt-ci to latest state Alex Bennée
2026-02-13 18:41   ` Pierrick Bouvier
2026-02-13 15:48 ` [PATCH 2/6] tests/vm: bump OpenBSD to the current 7.8 release Alex Bennée
2026-02-13 18:42   ` Pierrick Bouvier
2026-02-13 15:48 ` [PATCH 3/6] tests/vm: remove unused import Alex Bennée
2026-02-13 18:42   ` Pierrick Bouvier
2026-02-13 15:48 ` [PATCH 4/6] tests/vm: fix interactive boot Alex Bennée
2026-02-13 18:42   ` Pierrick Bouvier
2026-02-13 15:48 ` [PATCH 5/6] tests/vm: build openbsd from lcitool data (!567) Alex Bennée
2026-02-13 18:43   ` Pierrick Bouvier
2026-02-13 15:48 ` [PATCH 6/6] tests/functional: add Arm VBSA uefi conformance test Alex Bennée
2026-02-13 16:01   ` Alex Bennée
2026-02-13 18:49   ` Pierrick Bouvier
2026-02-19 10:38     ` Alex Bennée
2026-02-19 16:39       ` Pierrick Bouvier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.