qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statemen


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
Date: Wed, 21 Aug 2024 11:31:49 +0200
User-agent: Mozilla Thunderbird

On 21/8/24 10:27, Thomas Huth wrote:
Without this change, the new Avocado v103 fails to find the tests
that are based on the LinuxTest class.

Reorder before previous patch?

Suggested-by: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  tests/avocado/avocado_qemu/linuxtest.py | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/avocado/avocado_qemu/linuxtest.py 
b/tests/avocado/avocado_qemu/linuxtest.py
index e1dc838b1c..66fb9f1507 100644
--- a/tests/avocado/avocado_qemu/linuxtest.py
+++ b/tests/avocado/avocado_qemu/linuxtest.py
@@ -13,8 +13,8 @@
from avocado.utils import cloudinit, datadrainer, process, vmimage -from . import LinuxSSHMixIn
-from . import QemuSystemTest
+from avocado_qemu import LinuxSSHMixIn
+from avocado_qemu import QemuSystemTest
if os.path.islink(os.path.dirname(os.path.dirname(__file__))):
      # The link to the avocado tests dir in the source code directory




reply via email to

[Prev in Thread] Current Thread [Next in Thread]