kiwi-el8/test/unit/tasks
Marcus Schäfer 2e9550382e
Added provide/require system files for containers
Added the attributes provide_system_files and require_system_files
to control the provider and requester of system files in
container image builds. systemfiles is a metadata file which
contains all files from the package database at call time.
It is used in flake-pilot to provision the systemfiles data
from the host into the container instance. One possible use
case for this data is a flake registration which uses a
base container that is derived from a runtime container but
all data from the runtime should be provisioned from the
host. Using this feature tightly couples the flake to the
host OS distribution and version.
2024-11-28 15:22:47 +01: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 Fix setup of kiwi environment variables 2024-11-17 23:40:29 +01: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 Added provide/require system files for containers 2024-11-28 15:22:47 +01:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Added provide/require system files for containers 2024-11-28 15:22:47 +01:00
system_update_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00