test: add baseos qemu enrollment

This commit is contained in:
2026-05-07 20:33:14 +00:00
parent 1af90d23e2
commit 0116c4972d
4 changed files with 156 additions and 2 deletions
+3
View File
@@ -6,6 +6,9 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y ca-certificates curl git docker.io libguestfs-tools openssl qemu-system-x86 qemu-utils unzip xz-utils
# libguestfs builds a per-user appliance; the vagrant test user must be able to read the host kernel.
chmod a+r /boot/vmlinuz-* || true
if [ -d /serve.zone ]; then
chown -R vagrant:vagrant /serve.zone
fi