tests: add test for --sysusers

Exercise the `--sysusers` path added in
https://gitlab.com/fedora/bootc/base-images/-/merge_requests/242.
This commit is contained in:
Jonathan Lebon 2025-07-21 11:24:37 -04:00
parent e509ad2fca
commit c03ad7ef75
No known key found for this signature in database
2 changed files with 40 additions and 0 deletions

View file

@ -44,3 +44,4 @@ standard-build-and-test:
(cd tests/rootfs && buildah build -t localhost/test --from localhost/fedora-bootc)
cd tests
buildah build -f Containerfile.test-derive --no-cache -t localhost/fedora-bootc-derived ${PRIV_ARGS} .
buildah build -f Containerfile.test-sysusers --no-cache -t localhost/fedora-bootc-derived ${PRIV_ARGS} .