summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/linuxkernel.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Add the LinuxKernelTest for testing the Linux boot processThomas Huth2024-09-111-0/+41
Copy the LinuxKernelTest from tests/acceptance/boot_linux_console.py to be able to convert the related tests to the functional test framework in the following patches. Message-ID: <20240906180549.792832-2-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>