[KVM-AUTOTEST PATCH 13/28] KVM test: don't print the contents of env before and after tests

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

 



It produces a lot of output and normally isn't useful.

Signed-off-by: Michael Goldish <mgoldish@xxxxxxxxxx>
---
 client/tests/kvm/kvm.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/client/tests/kvm/kvm.py b/client/tests/kvm/kvm.py
index 4dec182..dc00edd 100644
--- a/client/tests/kvm/kvm.py
+++ b/client/tests/kvm/kvm.py
@@ -41,7 +41,6 @@ class kvm(test.test):
                      "messages.")
         env_filename = os.path.join(self.bindir, params.get("env", "env"))
         env = kvm_utils.load_env(env_filename, self.env_version)
-        logging.debug("Contents of environment: %s", env)
 
         test_passed = False
 
@@ -98,7 +97,6 @@ class kvm(test.test):
                                       "postprocessing: %s", e)
                 finally:
                     kvm_utils.dump_env(env, env_filename)
-                    logging.debug("Contents of environment: %s", env)
 
         except Exception, e:
             if params.get("abort_on_error") != "yes":
-- 
1.7.3.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux