kiwi-el8/test/unit/tasks
Marcus Schäfer 3c68244fd0
Fix bundle extension for vagrant type
When bundling result files that uses a vagrant type,
kiwi creates them with the extension .vagrant.virtualbox.box
or .vagrant.libvirt.box. The bundler code renames them using
only the .box suffix which is too short as it is missing
the subformat information. This commit fixes it and keeps
this information in the result bundle file name.
This Fixes #2656
2024-09-26 14:00:42 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Fixed wrong log level on --logfile 2024-08-16 12:45:55 +02:00
image_info_test.py Add --list-profiles to image info 2024-05-31 12:38:04 +02: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 vagrant type 2024-09-26 14:00:42 +02:00
result_list_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
system_build_test.py Add <file> directive to incorporate custom files 2024-07-17 18:16:23 +02:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Get rid of debootstrap 2024-08-02 21:57:04 +02:00
system_update_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00