Add missing files and complete Debian fork setup - Add missing test files and directories - Add missing configuration files - Complete Debian-specific adaptations - Replace Red Hat/Fedora tooling with Debian equivalents - Add comprehensive test suite for Debian bootc-image-builder
Some checks failed
Tests / test (1.21.x) (push) Failing after 2s
Tests / test (1.22.x) (push) Failing after 1s

This commit is contained in:
robojerk 2025-08-11 09:22:41 -07:00
parent 3326d796f0
commit 59ffbbc4d0
41 changed files with 10856 additions and 8 deletions

4
pytest.ini Normal file
View file

@ -0,0 +1,4 @@
[pytest]
# do not use /tmp by default as it may be on a tempfs and our tests can
# generate 10G images (that full of holes so not really 10G but still)
addopts = -rs -v --basetemp=/var/tmp/bib-tests --durations=10