kiwi-el8/test/unit/tasks
Marcus Schäfer 39ae7f5150
Fix file references in kiwi bundler result files
When using a custom bundle_format the kiwi result bundler renames
the output files to match the bundle_format. However, if there are
output files that references other output files, for example the
vmware binary (.vmdk) in the guest config file (.vmx) then this
renaming breaks those result files. This patch adds a reference
file check for all non binary output files if they contain a
reference to another output file and updates the data accordingly.
This Fixes bsc#1221790
2024-04-19 17:05:13 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
image_info_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
image_resize_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
result_bundle_test.py Fix file references in kiwi bundler result files 2024-04-19 17:05:13 +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 Fixed delta_root build 2024-03-07 15:50:58 +01:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00
system_update_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00