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
This commit is contained in:
parent
3326d796f0
commit
59ffbbc4d0
41 changed files with 10856 additions and 8 deletions
4
pytest.ini
Normal file
4
pytest.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue