kiwi-el8/test/unit/tasks
Marcus Schäfer 442e9b9ac4
Followup fix for debootstrap called only once
A recent change skipped calling debootstrap if the allow-existing-root
flag was passed in combination with apt as the package manager.
However this is not enough. If you say allow-existing-root but
the existing root is empty or not valid to continue with chroot
and apt the debootstrap phase should not be skipped. This commit
checks if apt works in the chroot such that we can assume
debootstrap has done its job and can be skipped
2021-11-12 22:53:02 +01: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 Followup fix for debootstrap called only once 2021-11-12 22:53:02 +01:00
system_update_test.py Add support for custom result bundle naming 2021-10-21 11:13:49 +02:00