kiwi-el8/test/unit
Marcus Schäfer 9fddb90a6b
Allow setup of serial line in bootloader
So far kiwi used a static serial line setup of the console
type was configured to use a serial console. However if
different parameters are needed there was no way to change
the static setup. This commit adds a new bootloader attribute
called serial_line which allows to specify the serial line
parameters for the grub bootloader e.g

    serial_line="serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1"

Please note serial_line takes the value as it is given and
adds this as a line to the grub configuration or as content
to the variable GRUB_SERIAL_COMMAND. No further validation
of the information takes place by kiwi. This Fixes #1401
2020-05-13 11:25:42 +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 Allow setup of serial line in bootloader 2020-05-13 11:25:42 +02:00
builder Fix support for multiple dracut modules 2020-05-06 15:05:01 +02: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 Adding support for Pacman package manager 2020-05-03 16:18:02 +02:00
oci_tools Refactor use of logging facility 2019-10-23 17:54:27 +02:00
package_manager Adding support for Pacman package manager 2020-05-03 16:18:02 +02:00
partitioner Refactor use of logging facility 2019-10-23 17:54:27 +02:00
repository Adding support for Pacman package manager 2020-05-03 16:18:02 +02:00
solver Fixed sat solver flags validation 2020-01-27 17:11:36 +01:00
storage Fixed ovf Machine section setup for virtualbox 2020-04-30 13:38:20 +02:00
system Adding support for Pacman package manager 2020-05-03 16:18:02 +02:00
tasks Clean AnonymousUniqueId from the image 2020-04-30 15:19:08 +02: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 Fix support for multiple dracut modules 2020-05-06 15:05:01 +02:00
firmware_test.py Refactor setup of bootloader parameters 2020-05-08 13:30: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 Fix string formatting 2020-05-12 14:51:36 +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 check_syslinux_installed_if_isolinux_is_used 2020-04-22 11:42:59 +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 Allow setup of serial line in bootloader 2020-05-13 11:25:42 +02:00