kiwi-el8/test/unit
Marcus Schäfer bfa31d5e68
Support EFI boot from squashfs
grub supports reading from squashfs. If no extra bootloader
installation is required this allows to boot from a squashfs
rootfs without extra boot partition. The prebuilt grub images
usually does not contain the squash4 module which is the
reason why kiwi creates the EFI module itself if the system
is fully immutable. Please note; the grub configuration
must be provided manually as part of the image description
in this case because grub-mkconfig at the time it has to be
called has no write permissions anymore.
2023-03-25 14:26:10 +01:00
..
archive Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
boot Use rsync defaults to sync the initrd root-tree 2023-01-18 08:05:55 +01:00
bootloader Support EFI boot from squashfs 2023-03-25 14:26:10 +01:00
builder Merge pull request #2253 from OSInside/fix_selection_of_write_partition 2023-03-25 01:00:51 +01:00
container Fixed handling of container archive compression 2022-12-13 23:13:08 +01:00
filesystem Umount device before cloning 2022-07-08 13:10:42 +02:00
iso_tools Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
markup Use module anymarkup-core instead of anymarkup 2023-03-10 13:00:14 +00:00
oci_tools Pass along tmpdir to skopeo 2023-02-22 21:03:34 +01:00
package_manager Add support for creating delta containers 2023-03-16 17:06:15 +01:00
partitioner Fixed custom disk start sector setup 2022-07-07 12:21:08 +02:00
repository Fixed unit tests 2022-06-22 16:04:06 +02:00
solver Support URIs with credentials in solver plugin 2022-08-09 15:43:44 +02:00
storage Fixed wrong test assertions 2023-01-17 16:30:09 +01:00
system Add support for config-host-overlay.sh script 2023-03-16 17:14:13 +01:00
tasks Fixed wrong test assertions 2023-01-17 16:30:09 +01:00
utils Fixed custom disk start sector setup 2022-07-07 12:21:08 +02:00
volume_manager Added create_verification_metadata method 2022-03-24 14:38:15 +01:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
api_helper_test.py Added decorators to help with API management 2021-01-31 16:06:35 +01:00
cli_test.py Fix unit tests to run in parallel 2022-12-14 16:58:43 +01:00
command_process_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
command_test.py Do not return default stdout if it is no raising on failure 2021-05-20 16:29:52 +02:00
defaults_test.py Add ensure_empty_tmpdirs option for OCI containers (bsc#1197783) 2022-03-31 15:43:40 +11:00
firmware_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
help_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
kiwi_compat_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_color_formatter_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_filter_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_socket_test.py Added support for --logsocket 2022-10-29 20:36:08 +02:00
logger_test.py Added support for --logsocket 2022-10-29 20:36:08 +02:00
mount_manager_test.py Add support for creating delta containers 2023-03-16 17:06:15 +01:00
path_test.py Add support for creating delta containers 2023-03-16 17:06:15 +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 runtime check for by-partuuid use 2022-03-23 16:54:24 +01:00
runtime_config_test.py Allow to select partition mapper tool 2022-12-01 16:17:16 +01: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
xml_description_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
xml_state_test.py Support new bootloadersettings section 2023-02-22 23:27:19 +01:00