From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH] Fixing kvm test authorship issue Date: Mon, 01 Jun 2009 12:46:34 -0300 Message-ID: <1243871194.2900.1.camel@localhost.localdomain> References: <1243870874-3089-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: KVM mailing list , Uri Lublin To: autotest@test.kernel.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:53242 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbZFAPqh (ORCPT ); Mon, 1 Jun 2009 11:46:37 -0400 In-Reply-To: <1243870874-3089-1-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Ok, patch applied. Thanks for pointing this out, Uri. On Mon, 2009-06-01 at 12:41 -0300, Lucas Meneghel Rodrigues wrote: > When preparing the kvm test for inclusion on autotest, I did > forget to add the name of Dror Russo (drusso@redhat.com) as > one of the rightful authors of the test. This patch includes > his name on the docstrings of the test. > --- > client/tests/kvm/control | 1 + > client/tests/kvm/kvm.py | 1 + > client/tests/kvm/make_html_report.py | 1 + > 3 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/client/tests/kvm/control b/client/tests/kvm/control > index f4b2113..eb38686 100644 > --- a/client/tests/kvm/control > +++ b/client/tests/kvm/control > @@ -1,5 +1,6 @@ > AUTHOR = """ > uril@redhat.com (Uri Lublin) > +drusso@redhat.com (Dror Russo) > mgoldish@redhat.com (Michael Goldish) > dhuff@redhat.com (David Huff) > aeromenk@redhat.com (Alexey Eromenko) > diff --git a/client/tests/kvm/kvm.py b/client/tests/kvm/kvm.py > index 91ec89a..1b9013c 100644 > --- a/client/tests/kvm/kvm.py > +++ b/client/tests/kvm/kvm.py > @@ -17,6 +17,7 @@ class kvm(test.test): > > @copyright: Red Hat 2008-2009 > @author: Uri Lublin (uril@redhat.com) > + @author: Dror Russo (drusso@redhat.com) > @author: Michael Goldish (mgoldish@redhat.com) > @author: David Huff (dhuff@redhat.com) > @author: Alexey Eromenko (aeromenk@redhat.com) > diff --git a/client/tests/kvm/make_html_report.py b/client/tests/kvm/make_html_report.py > index 988b2f3..6aed39e 100755 > --- a/client/tests/kvm/make_html_report.py > +++ b/client/tests/kvm/make_html_report.py > @@ -4,6 +4,7 @@ Script used to parse the test results and generate an HTML report. > > @copyright: (c)2005-2007 Matt Kruse (javascripttoolbox.com) > @copyright: Red Hat 2008-2009 > +@author: Dror Russo (drusso@redhat.com) > """ > > import os, sys, re, getopt, time, datetime, commands -- Lucas Meneghel Rodrigues Software Engineer (QE) Red Hat - Emerging Technologies