kiwi-el8/test/unit/builder
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
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
archive_test.py Allow to create plain cpio archives 2023-05-04 12:43:48 +02:00
container_test.py Add ContainerImageBase abstract base class for OCI & Appx 2023-08-01 08:19:22 +02:00
disk_test.py Move Disk to context manager 2024-01-31 15:04:10 +01:00
filesystem_test.py Move FileSystem to context manager 2024-01-12 20:03:51 +01:00
init_test.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
install_test.py Add missing assert call to install_test 2024-01-29 14:08:13 +01:00
kis_test.py Add type hints to the Compress module 2023-08-01 08:19:21 +02:00
live_test.py Allow specifying the filesystem for live image, also direct squashfs 2024-02-14 12:51:58 +01:00