Message ID | 20190911004204.29286-4-crosa@redhat.com |
---|---|
State | New |
Headers | show |
Series | Acceptance tests: cpu_queries.py improvements | expand |
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):
This is for informational / filtering purposes only, that is, allows one to run all tests with machine model "none". Signed-off-by: Cleber Rosa <crosa@redhat.com> --- tests/acceptance/cpu_queries.py | 1 + 1 file changed, 1 insertion(+)