kiwi-el8/test/unit
Marcus Schäfer 82622eff68
Fixed mount of image system for volume managers
The ImageSystem.mount() method implemented its own handling
for mounting the volumes of a volume manager based system.
First and foremost this duplicates code that already exists
in the respective VolumeManager implementation and second
the code behaved wrong in case of btrfs when there is no
default subvolume configured
2025-04-27 16:46:14 +02:00
..
archive Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
boot Added LUKS reencryption support 2025-01-10 15:12:24 +01:00
bootloader Handle grub fix functions less strict 2025-04-27 16:36:56 +02:00
builder Fix key slot selection for luks reencrypt 2025-04-22 14:53:39 +02:00
container Do not exclude the .profile env file by default 2024-07-30 18:16:54 +02:00
filesystem xorriso: respect efiparttable and gpt_hybrid_mbr 2024-12-13 11:13:27 -08:00
iso_tools xorriso: respect efiparttable and gpt_hybrid_mbr 2024-12-13 11:13:27 -08:00
markup Handle XSLT errors better 2024-04-18 12:46:20 +02:00
oci_tools Fixed container sync options 2024-09-11 12:21:08 +02:00
package_manager reinstall bootstrap packs in image phase for apt 2025-04-08 20:04:58 +02:00
partitioner Fix setup of discoverable partitions 2024-03-28 12:00:13 +01:00
repository Add support for Alpine 2025-04-01 10:44:41 +02:00
solver Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
storage Added LUKS reencryption support 2025-01-10 15:12:24 +01:00
system Fixed mount of image system for volume managers 2025-04-27 16:46:14 +02:00
tasks Fix bundle extension for container types 2025-04-13 12:12:22 -04:00
utils Added disk validation for duplicate installs 2025-01-20 18:13:02 +01:00
volume_manager Rename btrfs_root_is_snapshot 2025-01-13 10:22:55 +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 Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
cli_test.py Add --set-type-attr and --set-release-version 2024-07-11 14:33:16 +02:00
command_process_test.py Allow stderr data in CommandProcess 2025-03-24 14:29:51 -04:00
command_test.py Use shutil.which for Path.which 2024-08-16 18:11:55 +02:00
defaults_test.py Add support for filtering out files from the ESP image for GRUB 2025-04-16 15:59:30 -04:00
firmware_test.py Fix legacy_bios_mode detection 2024-12-02 13:33:00 +01:00
help_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
logger_color_formatter_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
logger_filter_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
logger_socket_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
logger_test.py Fixed wrong log level on --logfile 2024-08-16 12:45:55 +02:00
mount_manager_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00
path_test.py Remove tox dependency 2024-11-05 18:03:25 +01:00
privileges_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
runtime_checker_test.py Add support for isomd5sum for tagging iso files 2024-08-26 11:49:55 +02:00
runtime_config_test.py Add support for isomd5sum for tagging iso files 2024-08-26 11:49:55 +02:00
shell_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
test_helper.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
xml_description_test.py Drop use of obsolete pkg_resources 2024-05-10 15:14:41 +02:00
xml_state_test.py Add support for Alpine 2025-04-01 10:44:41 +02:00