kiwi-el8/test/unit/tasks
Marcus Schäfer e44c7f0e55
Fix setup of kiwi environment variables
Some kiwi env vars are initialized with an empty value
and not overwritten if another value is provided. For
the selected variables an empty value setting is not
allowed because the schema also enforces the value to
be set at least once. In addition a helpful option
named --print-kiwi-env was added to the 'image info'
command which allows to print the environment variables
and their values.
2024-11-17 23:40:29 +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 Add new containers section 2024-10-19 18:30:45 +02:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Add new containers section 2024-10-19 18:30:45 +02:00
system_update_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00