kiwi-el8/test/unit/bootloader/config
Marcus Schäfer 8c6ac25804
Fixed use of custom bootloader
In case no bootloader implementation by kiwi should be
used, users can specify the bootloader="custom" attribute.
Instead of skipping the bootloader stage in the builders
it is better to consistently create an instance of bootloader
but raise if a method of the bootloader interface is called
for which the custom bootloader has no implementation. This
commit adds the consistency bits.
2024-02-12 13:04:29 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Convert BootLoaderConfigBase into an abstract base class 2024-01-29 14:07:41 +01:00
bootloader_spec_base_test.py Don't use kernel-install 2023-11-08 12:47:32 +01:00
custom_test.py Fixed use of custom bootloader 2024-02-12 13:04:29 +01:00
grub2_test.py Convert BootLoaderConfigBase into an abstract base class 2024-01-29 14:07:41 +01:00
init_test.py Fixed use of custom bootloader 2024-02-12 13:04:29 +01:00
systemd_boot_test.py Move Disk to context manager 2024-01-31 15:04:10 +01:00