From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH] Adds the LTP control file under tests/kvm/autotest_control/ Date: Mon, 06 Jul 2009 04:15:34 -0300 Message-ID: <1246864534.2865.57.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm-devel , Lucas Meneghel Rodrigues , Uri Lublin To: sudhir kumar Return-path: Received: from mx2.redhat.com ([66.187.237.31]:55815 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752721AbZGFHPf (ORCPT ); Mon, 6 Jul 2009 03:15:35 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 2009-07-06 at 11:50 +0530, sudhir kumar wrote: > This change I had made manually but it needs a patch. Hence sending it. > > This patch adds the control file under kvm/autotest_control. > > Signed-off-by: Sudhir Kumar > > Index: autotest/client/tests/kvm/autotest_control/ltp.control > =================================================================== > --- /dev/null > +++ autotest/client/tests/kvm/autotest_control/ltp.control > @@ -0,0 +1,13 @@ > +NAME = "LTP" > +AUTHOR = "Sudhir Kumar " > +TIME = "MEDIUM" > +TEST_CATEGORY = "FUNCTIONAL" > +TEST_CLASS = "KERNEL" > +TEST_TYPE = "CLIENT" > +DOC = """ > +Linux Test Project: A collection of various functional testsuites > +to test stability and reliability of Linux. For further details see > +http://ltp.sourceforge.net/ > +""" > + > +job.run_test('ltp') Looks good to me