On Wed, Feb 03, 2021 at 12:23:51PM -0500, Cleber Rosa wrote: > Some tests explicitly require a QEMU accelerator to be available. > Given that this depends on some runtime aspects not known before > the test is started, such as the currently set QEMU binary, it's > left to be checked also at runtime. > > Signed-off-by: Cleber Rosa <[email protected]> > --- > tests/acceptance/avocado_qemu/__init__.py | 24 ++++++++++++++++ > tests/acceptance/boot_linux.py | 34 ++++++----------------- > tests/acceptance/virtiofs_submounts.py | 5 +--- > 3 files changed, 34 insertions(+), 29 deletions(-)
Reviewed-by: Beraldo Leal <[email protected]>
