kiwi-el8/test/unit
Marcus Schäfer 94c7a7cdf6
Added new oem-resize-once element
The new element controls the behavior of the repart/resize code
in the oem-repart dracut module. By default the repart/resize
happens on every reboot and therefore also allows for disk
geometry changes during the livetime of the machine. If the
element is set to false the repart/resize operation happens
only once and then never again. To check for this condition
a new profile environment variable kiwi_rootpartuuid which
holds the PARTUUID of the root partition has been added to
the disk builder.
2020-03-27 10:37:42 +01:00
..
archive Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
boot Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
bootloader Add SECURE_BOOT parameter for grub2 in efi mode 2020-03-26 15:38:47 +01:00
builder Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
container Added new image type: wsl 2020-03-26 19:42:25 +01:00
filesystem Make squashfs compression configurable 2020-02-24 10:40:57 +01:00
iso_tools Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
oci_tools Refactor use of logging facility 2019-10-23 17:54:27 +02:00
package_manager Remove RootBind.move_to_root method 2020-01-20 16:17:24 +01:00
partitioner Refactor use of logging facility 2019-10-23 17:54:27 +02:00
repository Do not create empty macros file 2020-02-18 14:08:30 +01:00
solver Fixed sat solver flags validation 2020-01-27 17:11:36 +01:00
storage No default boot partition for btrfs_root_is_snapshot 2020-03-25 09:22:38 +01:00
system Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
tasks Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
utils Complete refactoring of fstab handling 2020-03-18 16:01:13 +01:00
volume_manager Do not create empty macros file 2020-02-18 14:08:30 +01:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Fixed coverage report setup 2018-02-04 18:46:09 +01:00
cli_test.py Refactor plugin architecture 2020-02-26 16:40:04 +01:00
command_process_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
command_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
defaults_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
firmware_test.py Use GPT table for Power ofw firmware 2020-02-19 10:26:16 +01:00
help_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
kiwi_compat_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
logger_color_formatter_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger_filter_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
mount_manager_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
path_test.py Do not create empty macros file 2020-02-18 14:08:30 +01:00
privileges_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
runtime_checker_test.py Added new image type: wsl 2020-03-26 19:42:25 +01:00
runtime_config_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
shell_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
test_helper.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
users_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
xml_description_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
xml_state_test.py Added new oem-resize-once element 2020-03-27 10:37:42 +01:00