]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Add the LinuxKernelTest for testing the Linux boot process
authorThomas Huth <thuth@redhat.com>
Fri, 6 Sep 2024 18:05:36 +0000 (20:05 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Sep 2024 07:49:11 +0000 (09:49 +0200)
commit8720471efd83d8d93b6397112c85cbf09d7201a5
tree3e7b48525a7ea897a876db71a3f0294c013f6b7b
parentcb587592b2e07aa85b3d168f20e507d7dc6302d7
tests/functional: Add the LinuxKernelTest for testing the Linux boot process

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>
tests/functional/qemu_test/__init__.py
tests/functional/qemu_test/linuxkernel.py [new file with mode: 0644]