kiwi-el8/test/unit
David Cassany 01c05f63b1
Remove files or folders that conflict with debootstrap
This commit makes use of Path.wipe method instead of os.unlink. This way
we are certain the path is removed regardless being a directory or a
file.

fixes #1718
2021-02-10 22:27:50 +01:00
..
archive Fixed oem recovery tar parameter order 2020-07-03 10:33:05 +02:00
boot Add the installinitrd element 2021-01-21 16:33:43 +01:00
bootloader Follow up fix, creating custom grub EFI images 2021-01-29 15:24:21 +01:00
builder Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00
container Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00
filesystem Refactor iso_tools factory class 2020-12-15 20:19:10 +01:00
iso_tools Refactor iso_tools factory class 2020-12-15 20:19:10 +01:00
markup Added strong typing for the following API methods 2020-12-17 10:37:22 +01:00
oci_tools Refactor container factory classes 2020-12-15 20:19:10 +01:00
package_manager Remove files or folders that conflict with debootstrap 2021-02-10 22:27:50 +01:00
partitioner Refactor Partitioner 2020-11-25 17:02:12 +01:00
repository Fixes the rpmdb bootstrap management for DNF on SUSE 2020-12-23 17:29:53 +01:00
solver Fixed detection for pacman repo type 2021-02-05 16:51:13 +01:00
storage Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00
system Refactor RuntimeConfig class 2021-02-08 12:41:20 +01:00
tasks Added check_swap_name_used_with_lvm runtime check 2020-12-11 15:26:38 +01:00
utils Fixed use of encoding in open calls 2021-01-19 15:24:25 +01:00
volume_manager Explicitly set lvm device source 2021-01-20 15:23:42 +01:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
.coveragerc Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
api_helper_test.py Added decorators to help with API management 2021-01-31 16:06:35 +01:00
cli_test.py Allow to specify config file on the command line 2021-02-06 17:01:24 +01:00
command_process_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
command_test.py Better error reporting if jing is missing 2020-11-17 16:26:55 +01:00
defaults_test.py Refactor default shared cache location 2021-01-14 14:57:26 +00:00
firmware_test.py Add support for s390 CDL DASD disks 2020-10-27 11:06:14 +01:00
help_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
kiwi_compat_test.py Make oem be a superset of vmx 2020-09-16 12:56:14 +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 Fixed scope of remove_hierarchy 2020-07-22 11:32:28 +02:00
privileges_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
runtime_checker_test.py Added strong typing for the following API methods 2021-01-20 17:09:26 +01:00
runtime_config_test.py Refactor RuntimeConfig class 2021-02-08 12:41:20 +01: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
xml_description_test.py Added strong typing for the following API methods 2020-12-17 10:37:22 +01:00
xml_state_test.py Merge pull request #1688 from OSInside/set_specific_list_of_dracut_modules_for_installation_initrds 2021-01-27 14:39:43 +01:00