kiwi-el8/test/unit
Marcus Schäfer f6b3b14020
Fixed return value from _get_grub2_mkconfig_tool
The method returned the basename of the tool if it could
be found by Path.which(). But the method's scope has been
changed in a way that the return value of the method must
be the result from Path.which() to allow working on the
full path name.
2020-04-16 11:24:28 +02:00
..
archive Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
boot Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
bootloader Fixed return value from _get_grub2_mkconfig_tool 2020-04-16 11:24:28 +02:00
builder Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
container Added new image type: wsl 2020-03-26 19:42:25 +01: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 Create qcow2 images in two steps 2020-04-11 18:18:02 +02:00
system Allow overlay directories for profiles 2020-04-02 12:58:38 +02:00
tasks Added new oem-resize-once element 2020-03-27 10:37:42 +01:00
utils Make CommandCapabilities.check_version take the longest match 2020-04-16 10:25:21 +02: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 new image type: wsl 2020-03-26 19:42:25 +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 new oem-resize-once element 2020-03-27 10:37:42 +01:00