Searched hist:d2a500cea9b55ed437940c83b9753df71a1c8f8c (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | linuxkernel.py | d2a500cea9b55ed437940c83b9753df71a1c8f8c Thu Sep 19 13:57:41 CDT 2024 Thomas Huth <thuth@redhat.com> tests/functional/qemu_test: Add a function for launching kernels more easily
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>
|