[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 3/4] tests/acceptance/cpu_queries.py: add machine ta
From: |
Cleber Rosa |
Subject: |
[Qemu-devel] [PATCH 3/4] tests/acceptance/cpu_queries.py: add machine tag |
Date: |
Tue, 10 Sep 2019 20:42:03 -0400 |
This is for informational / filtering purposes only, that is, allows
one to run all tests with machine model "none".
Signed-off-by: Cleber Rosa <address@hidden>
---
tests/acceptance/cpu_queries.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/acceptance/cpu_queries.py b/tests/acceptance/cpu_queries.py
index 1028588920..9cd6f553ff 100644
--- a/tests/acceptance/cpu_queries.py
+++ b/tests/acceptance/cpu_queries.py
@@ -15,6 +15,7 @@ class QueryCPUModelExpansion(Test):
Run query-cpu-model-expansion for each CPU model, and validate results
:avocado: tags=arch:x86_64
+ :avocado: tags=machine:none
"""
def test(self):
--
2.21.0