base-images/tests/rootfs
Jonathan Lebon 6630413f22
tests/bootupd: replace jq with grep
jq is not available in the minimal tier. Use grep instead to verify
that the bootupd EFI has both grub2 and shim components installed.

Assisted-by: OpenCode (Claude Opus 4.6)
2026-04-08 23:09:25 -04:00
..
cases tests/bootupd: replace jq with grep 2026-04-08 23:09:25 -04:00
Dockerfile tests: simplify to use just the built bootc image 2025-05-06 16:37:47 -04:00
README.md tests/rootfs/README: document how to run the tests 2025-05-06 16:50:20 -04:00
run Use rpmdb-normalize, add rootfs tests 2025-02-28 09:14:45 -05:00

rootfs tests

This is a set of scripts that sanity check the target rootfs in a read-only fashion.

To run the tests:

podman build --from localhost/fedora-bootc:latest -t localhost/test-bootc .
podman rmi localhost/test-bootc:latest # Clean up any created images