From: Eduardo Habkost <[email protected]> So the code will match the code on the upstream autotest SVN repository.
Signed-off-by: Eduardo Habkost <[email protected]> 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 = """ [email protected] (Uri Lublin) [email protected] (Dror Russo) [email protected] (Michael Goldish) [email protected] (David Huff) [email protected] (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 ([email protected]) + @author: Dror Russo ([email protected]) @author: Michael Goldish ([email protected]) @author: David Huff ([email protected]) @author: Alexey Eromenko ([email protected]) 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 ([email protected]) """ import os, sys, re, getopt, time, datetime, commands -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
