summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/linuxkernel.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional/qemu_test: Add a function for launching kernels more easilyThomas Huth2024-09-241-0/+12
| | | | | | | | | | | | The task for launching a kernel is quite repetitive: Set the serial console, set the -kernel and maybe -initrd and -dtb parameters, launch the VM and then wait for the expected console output. So it's easier in some tests to provide these steps via a separate function. Message-ID: <20240919185749.71222-2-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
* 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>