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 <cr...@redhat.com> --- 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