kiwi-el8/test/unit/tasks
Neal Gompa cdd0b28531 Fix bundle extension for container types
When building result files that use container types like oci or docker,
kiwi creates them as archive tarballs with an extension prefix to
indicate the special nature of the archive. However, the bundler
code does not retain the prefix, which results in the wrong file
extension for these archives.

This change adds exceptions for these types and refactors the
exception handling to unify it with the Vagrant image filename
handling, which operates similarly.

Fixes: https://github.com/OSInside/kiwi/issues/2628
2025-04-13 12:12:22 -04:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Support sourcetype setting on the commandline 2025-03-25 11:35:09 +01:00
image_info_test.py Fix profile env variable name regression 2025-02-26 16:17:40 +01:00
image_resize_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
result_bundle_test.py Fix bundle extension for container types 2025-04-13 12:12:22 -04:00
result_list_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
system_build_test.py Support sourcetype setting on the commandline 2025-03-25 11:35:09 +01:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Support sourcetype setting on the commandline 2025-03-25 11:35:09 +01:00
system_update_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00