qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 06/23] tests/functional: Convert avocado tests that just n


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 06/23] tests/functional: Convert avocado tests that just need a small adjustment
Date: Mon, 29 Jul 2024 14:37:38 +0200
User-agent: Mozilla Thunderbird

On 25/7/24 14:04, Philippe Mathieu-Daudé wrote:
On 24/7/24 19:52, Thomas Huth wrote:
These simple tests can be converted to stand-alone tests quite easily,
e.g. by just setting the machine to 'none' now manually or by adding
"-cpu" command line parameters, since we don't support the corresponding
avocado tags in the new python test framework.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  tests/functional/meson.build                  |  6 ++
  .../test_info_usernet.py}                     | 11 ++-
  .../test_ppc_74xx.py}                         | 74 ++++++++-----------
  .../version.py => functional/test_version.py} | 13 ++--
  4 files changed, 53 insertions(+), 51 deletions(-)
  rename tests/{avocado/info_usernet.py => functional/test_info_usernet.py} (87%)
  mode change 100644 => 100755
  rename tests/{avocado/ppc_74xx.py => functional/test_ppc_74xx.py} (74%)
  mode change 100644 => 100755
  rename tests/{avocado/version.py => functional/test_version.py} (78%)
  mode change 100644 => 100755


Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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