From 4e0677e539e978f090536b7f6cbc6567a01274d8 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Fri, 23 Jan 2026 10:55:27 +0800 Subject: [PATCH] test: Fix bib test failure and add required package in bib test error: cannot build manifest: no default fs set: mount "/boot" requires a filesystem but none set Signed-off-by: Xiaofeng Wang --- hack/packages.txt | 2 ++ tmt/tests/booted/test-bib-build.nu | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hack/packages.txt b/hack/packages.txt index c10cf7746..67c3f6363 100644 --- a/hack/packages.txt +++ b/hack/packages.txt @@ -8,3 +8,5 @@ parted lvm2 dosfstools e2fsprogs +# Required by bib-build test +qemu-img diff --git a/tmt/tests/booted/test-bib-build.nu b/tmt/tests/booted/test-bib-build.nu index 7aa1871db..cde88e997 100644 --- a/tmt/tests/booted/test-bib-build.nu +++ b/tmt/tests/booted/test-bib-build.nu @@ -95,7 +95,7 @@ DISKEOF let bib_image = $BIB_IMAGE # Note: we disable SELinux labeling since we're running in a test VM # and use unconfined_t to avoid permission issues - podman run --rm --privileged -v /var/lib/containers/storage:/var/lib/containers/storage --security-opt label=type:unconfined_t -v ./output:/output $bib_image --type qcow2 --local localhost/bootc-bib-test + podman run --rm --privileged -v /var/lib/containers/storage:/var/lib/containers/storage --security-opt label=type:unconfined_t -v ./output:/output $bib_image --type qcow2 --rootfs xfs localhost/bootc-bib-test # Verify output was created print "=== Verifying output ==="