From 5d628fd3f4f7aa159c98d758d9a9188d542c8684 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 6 May 2025 16:50:20 -0400 Subject: [PATCH] tests/rootfs/README: document how to run the tests It's simple, but worth a few lines in the README. --- tests/rootfs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/rootfs/README.md b/tests/rootfs/README.md index a8f3381..733afef 100644 --- a/tests/rootfs/README.md +++ b/tests/rootfs/README.md @@ -2,3 +2,10 @@ 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 +```