qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 0/8] Convert avocado tests to normal Python unittests


From: Thomas Huth
Subject: Re: [RFC PATCH 0/8] Convert avocado tests to normal Python unittests
Date: Thu, 11 Jul 2024 19:44:39 +0200
User-agent: Mozilla Thunderbird

On 11/07/2024 16.39, Fabiano Rosas wrote:
Thomas Huth <thuth@redhat.com> writes:
...
Things that need further attention though:

- All tests that use the LinuxTest / LinuxDistro classes (e.g. based
   on cloud-init images) really depend on the Avocado framework,
   thus we'd need a solution for those if we want to continue with
   this approach

- Same for all tests that require the LinuxSSHMixIn class - we'd
   need to provide a solution for ssh-based tests, too.

These two seem to be dependent mostly avocado/utils only. Those could
still be used without the whole framework, no? Say we keep importing
avocado.utils, but run everything from meson, would that make sense?

Yes ... maybe ... I can give it a try to see whether that works.

 Thomas





reply via email to

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