qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/4] tests/acceptance/cpu_queries.py: tag test as x8


From: Cleber Rosa
Subject: [Qemu-devel] [PATCH 2/4] tests/acceptance/cpu_queries.py: tag test as x86_64 specific
Date: Tue, 10 Sep 2019 20:42:02 -0400

This is an usability improvement, and prevents the test from being
automatically run with some not supported targets (say on an ppc64le
or aarch64 host).

Actually, the x86_64 tagging is a little white lie, because in theory,
at least parts of the test, such as the query-cpu-model-expansion
query, should also work on s390x.  But, that is actually failing, so a
future development round will attempt to make tests run on all
possible supported targets.

Signed-off-by: Cleber Rosa <address@hidden>
---
 tests/acceptance/cpu_queries.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/acceptance/cpu_queries.py b/tests/acceptance/cpu_queries.py
index a9ac3d692e..1028588920 100644
--- a/tests/acceptance/cpu_queries.py
+++ b/tests/acceptance/cpu_queries.py
@@ -13,6 +13,8 @@ from avocado_qemu import Test
 class QueryCPUModelExpansion(Test):
     """
     Run query-cpu-model-expansion for each CPU model, and validate results
+
+    :avocado: tags=arch:x86_64
     """
 
     def test(self):
-- 
2.21.0




reply via email to

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