kiwi-el8/test/unit/system
Marcus Schäfer a7b984115d
Fixed delta_root build
The support for delta_root allows to build a delta container
image from a given base container. Due to the refactoring of
the kiwi code base using context managers no explicit deletion
of instances happens anymore. This uncovered a weakness of
the delta root code at the level of the overlay mount. At
the time of the umount there are still active temporary
mount handlers which keeps the mountpoint busy. In order to
fix this properly also the PackageManager factory is now
a context manager and the Repository factory received a
cleanup method which is called when the PackageManager goes
out of scope. This refactoring also fixes the busy state
when building deltas
2024-03-07 15:50:58 +01:00
..
root_import Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
kernel_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
mount_test.py Move ImageSystem to context manager 2024-02-19 16:17:00 +01:00
prepare_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00
profile_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
result_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
root_bind_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
root_init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
setup_test.py Move Repository to context manager 2024-02-22 16:17:28 +01:00
shell_test.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
size_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
uri_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
users_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00