kiwi-el8/test/unit
Marcus Schäfer 52c5d4a703
Refactor plugin architecture
Set kiwi.tasks to be the plugin entry point and register
existing task plugins in setup.py. Change the code in
cli.py to auto register plugins using the iter_entry_points
method from the pkg_resources class. This allows for easier
writing of external kiwi plugins.
2020-02-26 16:40:04 +01:00
..
archive Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
boot Allow builds without KIWI dracut modules 2020-01-15 11:08:19 +01:00
bootloader Make use of Path.which including root_dir parameter 2020-01-22 16:12:08 +01:00
builder Make squashfs compression configurable 2020-02-24 10:40:57 +01:00
container Refactor use of logging facility 2019-10-23 17:54:27 +02:00
filesystem Make squashfs compression configurable 2020-02-24 10:40:57 +01:00
iso_tools Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
oci_tools Refactor use of logging facility 2019-10-23 17:54:27 +02:00
package_manager Remove RootBind.move_to_root method 2020-01-20 16:17:24 +01:00
partitioner Refactor use of logging facility 2019-10-23 17:54:27 +02:00
repository Do not create empty macros file 2020-02-18 14:08:30 +01:00
solver Fixed sat solver flags validation 2020-01-27 17:11:36 +01:00
storage Prevent swap partition to be the last one 2019-11-25 12:05:57 +01:00
system Fixed handling of fillup templates 2020-02-24 18:03:22 +01:00
tasks Refactor use of logging facility 2019-10-23 17:54:27 +02:00
utils Make use of Path.which including root_dir parameter 2020-01-22 16:12:08 +01:00
volume_manager Do not create empty macros file 2020-02-18 14:08:30 +01:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Fixed coverage report setup 2018-02-04 18:46:09 +01:00
cli_test.py Refactor plugin architecture 2020-02-26 16:40:04 +01:00
command_process_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
command_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
defaults_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
firmware_test.py Use GPT table for Power ofw firmware 2020-02-19 10:26:16 +01:00
help_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
kiwi_compat_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
logger_color_formatter_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger_filter_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
mount_manager_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
path_test.py Do not create empty macros file 2020-02-18 14:08:30 +01:00
privileges_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
runtime_checker_test.py Added check_volume_setup_defines_reserved_labels 2019-11-25 12:05:57 +01:00
runtime_config_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
shell_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
test_helper.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
users_test.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
xml_description_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
xml_state_test.py Added support for spare partition fs attributes 2020-01-15 16:15:48 +01:00