From patchwork Fri Jan 14 20:42:47 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: 480421 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0EKgsVA026754 for ; Fri, 14 Jan 2011 20:42:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752071Ab1ANUmv (ORCPT ); Fri, 14 Jan 2011 15:42:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43929 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751961Ab1ANUmv (ORCPT ); Fri, 14 Jan 2011 15:42:51 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0EKgnlj028062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 14 Jan 2011 15:42:50 -0500 Received: from freedom.redhat.com (vpn-234-107.phx2.redhat.com [10.3.234.107]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0EKgmdu013756; Fri, 14 Jan 2011 15:42:48 -0500 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH] KVM test: iozone_windows: Fix a function call Date: Fri, 14 Jan 2011 18:42:47 -0200 Message-Id: <1295037767-15493-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 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]); Fri, 14 Jan 2011 20:43:09 +0000 (UTC) diff --git a/client/tests/kvm/tests/iozone_windows.py b/client/tests/kvm/tests/iozone_windows.py index 15b135e..508ae95 100644 --- a/client/tests/kvm/tests/iozone_windows.py +++ b/client/tests/kvm/tests/iozone_windows.py @@ -29,8 +29,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(command=c, timeout=t, - print_func=logging.debug) + results = session.cmd_output(cmd=c, timeout=t, print_func=logging.debug) utils.open_write_close(results_path, results) # Postprocess the results using the IOzone postprocessing module