kiwi-el8/test/unit
Marcus Schäfer 726eeacee5
Fixed zipl bootloader setup for s390 images
The preparation to call zipl and the call itself were wrong.
For whatever reason the kernel image the initrd are moved
to another location prior to calling zipl. That move broke
the system because no kernel/initrd existed at the expected
place anymore. In addition the zipl call itself was issued
from a the wrong directory. Also no config file was written
as an after effect of the refactoring in Issue #1194. This
Fixes #1173 and bsc#1156694
2019-11-14 12:01:06 +01:00
..
archive Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
boot Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
bootloader Fixed zipl bootloader setup for s390 images 2019-11-14 12:01:06 +01:00
builder Fixed zipl bootloader setup for s390 images 2019-11-14 12:01:06 +01:00
container Refactor use of logging facility 2019-10-23 17:54:27 +02:00
filesystem Refactor use of logging facility 2019-10-23 17:54:27 +02: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 Refactor use of logging facility 2019-10-23 17:54:27 +02:00
partitioner Refactor use of logging facility 2019-10-23 17:54:27 +02:00
repository Refactor use of logging facility 2019-10-23 17:54:27 +02:00
solver Refactor use of logging facility 2019-10-23 17:54:27 +02:00
storage Refactor use of logging facility 2019-10-23 17:54:27 +02:00
system Merge pull request #1249 from OSInside/refactor_logging 2019-10-24 11:10:29 +02:00
tasks Refactor use of logging facility 2019-10-23 17:54:27 +02:00
utils Refactor use of logging facility 2019-10-23 17:54:27 +02:00
volume_manager Fix btrfs_root_is_snapshot 2019-10-24 22:06:33 +02: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 use of raises in unit tests 2019-09-29 19:42:43 +02: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 Refactor use of raises in unit tests 2019-09-29 19:42:43 +02: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 Refactor use of logging facility 2019-10-23 17:54:27 +02:00
privileges_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02:00
runtime_checker_test.py Refactor use of raises in unit tests 2019-09-29 19:42:43 +02: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 Refactor use of logging facility 2019-10-23 17:54:27 +02:00