On Wed, Feb 3, 2021 at 2:25 PM Cleber Rosa <cr...@redhat.com> 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 <cr...@redhat.com> > --- > 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: Willian Rampazzo <willi...@redhat.com>