qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/4] tests/acceptance/cpu_queries.py: cleanups


From: Cleber Rosa
Subject: [Qemu-devel] [PATCH 1/4] tests/acceptance/cpu_queries.py: cleanups
Date: Tue, 10 Sep 2019 20:42:01 -0400

Simple cleanups for debugging code that is not being used.

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

diff --git a/tests/acceptance/cpu_queries.py b/tests/acceptance/cpu_queries.py
index e71edec39f..a9ac3d692e 100644
--- a/tests/acceptance/cpu_queries.py
+++ b/tests/acceptance/cpu_queries.py
@@ -8,8 +8,6 @@
 # This work is licensed under the terms of the GNU GPL, version 2 or
 # later.  See the COPYING file in the top-level directory.
 
-import logging
-
 from avocado_qemu import Test
 
 class QueryCPUModelExpansion(Test):
@@ -24,7 +22,6 @@ class QueryCPUModelExpansion(Test):
 
         cpus = self.vm.command('query-cpu-definitions')
         for c in cpus:
-            print(repr(c))
             self.assertNotIn('', c['unavailable-features'], c['name'])
 
         for c in cpus:
-- 
2.21.0




reply via email to

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