Paweł Poławski
Paweł Poławski
Local variable name overlaped with function name. Variable name has been updated to remove name duplication.
Add stage unit test for mkfs.xfs
Add unit tests for mkfs.fat stage
In the release loop upstream changes are merged to Centos every two weeks. This creates a delay in error detection when new tests being added upstream. Running tests in Centos...
Add unit tests for mkfs.btrfs stage
Some stages requires CAP_ADMIN capability to be presented. It has been disabled by default for all stages in https://github.com/osbuild/osbuild/commit/ad5638bf14adad8ce0be3f8ee4017f70193bc083 which is part of https://github.com/osbuild/osbuild/pull/1010. One of stage which uses CAP_ADMIN...
This PR adds unit tests for org.osbuild.gunzip stage.
osType used in this stage has hardcoded osType value in the template. This commit allows to overwrite this value if needed.
# Description This set of commits introduces virtio based keyboard driver. The main idea is to have a keyboard driver which is more "light" than standard USB based driver. This...