All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues <lmr@redhat.com>,
	Dror Russo <drusso@redhat.com>
Subject: [PATCH 3/6] Introduce a maximum attribute mismatch parameter on global_config
Date: Mon, 29 Jun 2009 01:02:54 -0300	[thread overview]
Message-ID: <1246248177-6108-3-git-send-email-lmr@redhat.com> (raw)
In-Reply-To: <1246248177-6108-2-git-send-email-lmr@redhat.com>

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 <drusso@redhat.com>
---
 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
-- 
1.6.2.5


  reply	other threads:[~2009-06-29  4:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-29  4:02 [PATCH 1/6] New TKO: Changes to html and css code needed for new results comparison Lucas Meneghel Rodrigues
2009-06-29  4:02 ` [PATCH 2/6] New TKO: Implement the Result Analysis UI class Lucas Meneghel Rodrigues
2009-06-29  4:02   ` Lucas Meneghel Rodrigues [this message]
2009-06-29  4:02     ` [PATCH 4/6] Implement test comparison table on tko/models.py Lucas Meneghel Rodrigues
2009-06-29  4:02       ` [PATCH 5/6] Migration script to add results comparison attributes table Lucas Meneghel Rodrigues
2009-06-29  4:02         ` [PATCH 6/6] Changes to the tko rpc interface Lucas Meneghel Rodrigues

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1246248177-6108-3-git-send-email-lmr@redhat.com \
    --to=lmr@redhat.com \
    --cc=autotest@test.kernel.org \
    --cc=drusso@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.