kiwi-el8/test/unit
Fabian Vogt 8064538ebf
Allow specifying the filesystem for live image, also direct squashfs
Allow specifying the filesystem for live image, also direct squashfs

By setting <type image="iso" filesystem="FSTYPE" .../> it's now possible
to specify the filesystem used for live images. By using "squashfs", the
rootfs container is skipped entirely.
2024-02-14 12:51:58 +01:00
..
archive Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
boot Remove obsolete destructor from BootImageDracut 2024-02-05 15:00:09 +01:00
bootloader Fixed use of custom bootloader 2024-02-12 13:04:29 +01:00
builder Allow specifying the filesystem for live image, also direct squashfs 2024-02-14 12:51:58 +01:00
container Move OCI to context manager 2024-02-13 22:35:52 +01:00
filesystem Fix setup of UUID for btrfs 2024-02-13 09:27:31 +01:00
iso_tools Drop support for syslinux/isolinux 2024-01-26 21:25:37 +01:00
markup Support TOML markup 2023-09-13 12:07:24 +02:00
oci_tools Move OCI to context manager 2024-02-13 22:35:52 +01:00
package_manager Change package manager dnf to dnf4 2023-06-12 17:44:06 +02:00
partitioner Fixed custom disk start sector setup 2022-07-07 12:21:08 +02:00
repository Fix repository setup for microdnf 2023-06-16 18:27:07 +02:00
solver Support URIs with credentials in solver plugin 2022-08-09 15:43:44 +02:00
storage Move Raid Luks and Integrity to context manager 2024-02-05 09:35:05 +01:00
system Move OCI to context manager 2024-02-13 22:35:52 +01:00
tasks Drop support for syslinux/isolinux 2024-01-26 21:25:37 +01:00
utils Compat entry name for kernel-install in sd-boot 2024-01-13 23:25:41 +01:00
volume_manager Add type hints & doc to VolumeManagerBase & VolumeManagerBtrfs 2024-01-19 13:10:32 +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 Fixed Fedora prebuild EFI binary lookup 2023-04-18 20:33:29 +02: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 Don't catch all exceptions in MountManager.umount 2024-01-19 13:10:31 +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 Drop support for syslinux/isolinux 2024-01-26 21:25:37 +01:00
runtime_config_test.py Set kpartx as default mapper tool for s390 2023-12-14 08:54:58 +01:00
shell_test.py Fix invalid escape sequence 2024-01-29 14:08:13 +01:00
test_helper.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
xml_description_test.py Load isoschematron module on demand 2023-07-10 11:22:09 +02:00
xml_state_test.py Fixed grub terminal setup 2024-01-08 18:02:27 +01:00