From patchwork Thu May 6 13:24:11 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 97348 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o46DOKuD002890 for ; Thu, 6 May 2010 13:24:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758094Ab0EFNYS (ORCPT ); Thu, 6 May 2010 09:24:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54728 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541Ab0EFNYR (ORCPT ); Thu, 6 May 2010 09:24:17 -0400 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 o46DOGDs031416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 6 May 2010 09:24:16 -0400 Received: from localhost.localdomain (vpn-11-121.rdu.redhat.com [10.11.11.121]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o46DODji027254; Thu, 6 May 2010 09:24:14 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, jes.sorensen@redhat.com, dlaor@redhat.com, Lucas Meneghel Rodrigues Subject: [PATCH] IOzone preprocessing: Fix wrong column mapping on graph generation Date: Thu, 6 May 2010 10:24:11 -0300 Message-Id: <1273152251-13954-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.3 (demeter.kernel.org [140.211.167.41]); Thu, 06 May 2010 13:24:21 +0000 (UTC) diff --git a/client/tests/iozone/postprocessing.py b/client/tests/iozone/postprocessing.py index c995aea..3a77c83 100755 --- a/client/tests/iozone/postprocessing.py +++ b/client/tests/iozone/postprocessing.py @@ -384,7 +384,7 @@ class IOzonePlotter(object): record size vs. throughput. """ datasource_2d = os.path.join(self.output_dir, '2d-datasource-file') - for index, label in zip(range(1, 14), _LABELS[2:]): + for index, label in zip(range(2, 15), _LABELS[2:]): commands_path = os.path.join(self.output_dir, '2d-%s.do' % label) commands = "" commands += "set title 'Iozone performance: %s'\n" % label