[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 14/24] tests/functional: Convert the x86_cpu_model_version
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
Re: [PATCH v3 14/24] tests/functional: Convert the x86_cpu_model_versions test |
|
Date: |
Thu, 1 Aug 2024 18:43:44 +0200 |
|
User-agent: |
Mozilla Thunderbird |
On 30/7/24 19:03, Daniel P. Berrangé wrote:
From: Thomas Huth <thuth@redhat.com>
Nothing thrilling in here, it's just a straight forward conversion.
Signed-off-by: Thomas Huth <thuth@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é <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v3 14/24] tests/functional: Convert the x86_cpu_model_versions test,
Philippe Mathieu-Daudé <=