diff mbox

[AUTOTEST,3/5] add ltp control file for kvm guests

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

Commit Message

sudhir kumar July 13, 2009, 6:07 a.m. UTC
This patch adds the control file under kvm/autotest_control.

Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>
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', guest="kvm")