OSInside / kiwi-functional-tests

KIWI openQA functional tests based on the integration tests in OBS
GNU General Public License v2.0
3 stars 4 forks source link

how to handle EFI/UEFI boot process in openqa #5

Closed schaefi closed 2 years ago

schaefi commented 3 years ago

For testing we require that the qemu VM is called in EFI/UEFI mode. From a qemu perspective this means:

qemu-kvm -bios /usr/share/qemu/ovmf-x86_64-ms.bin ...

How can we setup the use of a custom firmware when running in openqa ?

dcermak commented 3 years ago

Judging from https://github.com/os-autoinst/os-autoinst/blob/master/doc/backend_vars.asciidoc it should boil down to setting the following variables:

dcermak commented 3 years ago

The variables from https://github.com/OSInside/kiwi-functional-tests/issues/5#issuecomment-724780913 are sufficient to make openqa boot in UEFI mode. The monstrosity, ehm, I mean "test suite" that I'm developing in #3 is utilizing these.

dcermak commented 2 years ago

Fixed via #10.