From patchwork Thu Aug 11 01:13:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 1055512 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7B1E8PI021826 for ; Thu, 11 Aug 2011 01:14:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755548Ab1HKBOE (ORCPT ); Wed, 10 Aug 2011 21:14:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10191 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755544Ab1HKBOC (ORCPT ); Wed, 10 Aug 2011 21:14:02 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7B1E2wB021281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 10 Aug 2011 21:14:02 -0400 Received: from freedom.local.com (vpn-10-65.rdu.redhat.com [10.11.10.65]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p7B1DwXT031219; Wed, 10 Aug 2011 21:14:00 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH 2/3] KVM test: Omit debug printing from iozone_windows Date: Wed, 10 Aug 2011 22:13:46 -0300 Message-Id: <1313025227-10524-2-git-send-email-lmr@redhat.com> In-Reply-To: <1313025227-10524-1-git-send-email-lmr@redhat.com> References: <1313025227-10524-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 11 Aug 2011 01:14:08 +0000 (UTC) Signed-off-by: Lucas Meneghel Rodrigues --- client/virt/tests/iozone_windows.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/virt/tests/iozone_windows.py b/client/virt/tests/iozone_windows.py index 4046106..b4779c6 100644 --- a/client/virt/tests/iozone_windows.py +++ b/client/virt/tests/iozone_windows.py @@ -27,7 +27,7 @@ def run_iozone_windows(test, params, env): c = params.get("iozone_cmd") t = int(params.get("iozone_timeout")) logging.info("Running IOzone command on guest, timeout %ss", t) - results = session.cmd_output(cmd=c, timeout=t, print_func=logging.debug) + results = session.cmd_output(cmd=c, timeout=t) utils.open_write_close(results_path, results) # Postprocess the results using the IOzone postprocessing module