coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
337 stars 166 forks source link

tests/basic: fix basic tests on multi-arch #3781

Closed jlebon closed 5 months ago

jlebon commented 5 months ago

Only test UEFI on x86_64 and aarch64. Only test UEFI Secure Boot on x86_64. Don't force the bios firmware for the NVMe test; instead, let the QEMU code pick the default firmware for the given architecture.

Follow-up to 6775ab126 ("mantle/kola: copy basic tests into formal kola workflow").