On 30/7/24 19:03, Daniel P. Berrangé wrote:
From: Thomas Huth <th...@redhat.com>

Nothing thrilling in here, it's just a straight forward conversion.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  tests/functional/meson.build                  |  1 +
  .../test_x86_cpu_model_versions.py}           | 63 ++++++-------------
  2 files changed, 20 insertions(+), 44 deletions(-)
  rename tests/{avocado/x86_cpu_model_versions.py => 
functional/test_x86_cpu_model_versions.py} (92%)
  mode change 100644 => 100755


@@ -217,9 +216,8 @@ def test_4_1_alias(self):
      def test_none_alias(self):
          """
          Check if unversioned CPU model is an alias pointing to some version
-
-        :avocado: tags=machine:none
          """
+        self.machine = 'none'

           self.set_machine('none')

          self.vm.add_args('-S')
          self.vm.launch()

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


Reply via email to