]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:37:59 +0000 (15:37 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 08:52:29 +0000 (10:52 +0200)
commitc67cb553f11fe20397e20b861dbf5a04df93f5e3
tree91419cb41d745e95495c4b34cb2daf2f81269c8f
parent657136c6539c103d7705b9f4bc8bc00a6ffba0ad
tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py

Without this change, the new Avocado v103 fails to find the tests
that are based on the LinuxTest class.

Suggested-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/avocado_qemu/linuxtest.py