kiwi-el8/test/unit/tasks
Marcus Schäfer e892edf2f1 Make sure debootstrap is called only once
When building debian based images the bootstrap phase
is done by calling debootstrap. If kiwi is called on
an already existing root tree via --allow-existing-root
this will make debootstrap to fail in any case. This
is because for debootstrap it's an error condition if
there is already data in the root. However, for kiwi
and the explicitly requested re-use of the root tree
this is not an error. Thus this commit skips the
bootstrap by debootstrap and directly continues with
the image phase.
2021-10-27 12:58:22 -04:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Fixed unit tests for parallel invocation 2021-04-28 17:05:03 +02:00
image_info_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
image_resize_test.py Refactor Partitioner 2020-11-25 17:02:12 +01:00
result_bundle_test.py Add support for custom result bundle naming 2021-10-21 11:13:49 +02:00
result_list_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
system_build_test.py Fixed setup of repository architecture 2021-05-12 15:25:17 +02:00
system_create_test.py Add kiwi dracut mod vs. kiwi compatibility check 2021-03-01 10:32:53 +01:00
system_prepare_test.py Make sure debootstrap is called only once 2021-10-27 12:58:22 -04:00
system_update_test.py Add support for custom result bundle naming 2021-10-21 11:13:49 +02:00