This is a new acceptance test that verifies the ability to boot the OVMF "sec" binaries, that were previously broken by the i386 refactoring, due to improper ordering of x86_64 cpu initialization and realization.
Claudio Fontana (2): tests/acceptance: move pkg extraction to avocado_qemu/ tests/acceptance: add OVMF firmware test to cover x86_64 "host" cpu bug tests/acceptance/avocado_qemu/__init__.py | 38 ++++++++ tests/acceptance/boot_linux_console.py | 104 +++++++--------------- tests/acceptance/boot_ovmf_fc33.py | 75 ++++++++++++++++ tests/acceptance/boot_xen.py | 7 +- tests/acceptance/replay_kernel.py | 23 ++--- tests/acceptance/tcg_plugins.py | 5 +- 6 files changed, 166 insertions(+), 86 deletions(-) create mode 100644 tests/acceptance/boot_ovmf_fc33.py -- 2.26.2