Message ID | a50cf5ab0907122307y6b3954fege83709df2629ac3a@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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")
This patch adds the control file under kvm/autotest_control. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>