diff mbox

Adds the LTP control file under tests/kvm/autotest_control/

Message ID a50cf5ab0907052320k75f39f1es2eec5315a1bbed96@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

sudhir kumar July 6, 2009, 6:20 a.m. UTC
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 <skumar@linux.vnet.ibm.com>

Comments

Lucas Meneghel Rodrigues July 6, 2009, 7:15 a.m. UTC | #1
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 <skumar@linux.vnet.ibm.com>
> 
> 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 <skumar@linux.vnet.ibm.com>"
> +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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 <skumar@linux.vnet.ibm.com>"
+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')