From patchwork Mon Jun 29 04:02:54 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 32876 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n5T43Ggp024486 for ; Mon, 29 Jun 2009 04:03:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752655AbZF2EDJ (ORCPT ); Mon, 29 Jun 2009 00:03:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752513AbZF2EDJ (ORCPT ); Mon, 29 Jun 2009 00:03:09 -0400 Received: from mx2.redhat.com ([66.187.237.31]:49079 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752542AbZF2EDE (ORCPT ); Mon, 29 Jun 2009 00:03:04 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5T437d3002871; Mon, 29 Jun 2009 00:03:07 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5T434JP013644; Mon, 29 Jun 2009 00:03:04 -0400 Received: from localhost.localdomain (vpn-10-47.bos.redhat.com [10.16.10.47]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5T42wFH030288; Mon, 29 Jun 2009 00:03:02 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues , Dror Russo Subject: [PATCH 3/6] Introduce a maximum attribute mismatch parameter on global_config Date: Mon, 29 Jun 2009 01:02:54 -0300 Message-Id: <1246248177-6108-3-git-send-email-lmr@redhat.com> In-Reply-To: <1246248177-6108-2-git-send-email-lmr@redhat.com> References: <1246248177-6108-1-git-send-email-lmr@redhat.com> <1246248177-6108-2-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Set a limit on the maximum number of attribute mismatches considered by the test comparison code, and make it configurable. Signed-off-by: Dror Russo --- global_config.ini | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/global_config.ini b/global_config.ini index 6fb8f4e..752a4ce 100644 --- a/global_config.ini +++ b/global_config.ini @@ -11,6 +11,7 @@ query_timeout: 3600 min_retry_delay: 20 max_retry_delay: 60 graph_cache_creation_timeout_minutes: 10 +test_comparison_maximum_attribute_mismatches: 4 [AUTOTEST_WEB] host: localhost