Message ID | a50cf5ab0907080120u79f52c05h7415a348ccf98b4c@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Index: autotest/client/tests/kvm/autotest_control/ebizzy.control =================================================================== --- /dev/null +++ autotest/client/tests/kvm/autotest_control/ebizzy.control @@ -0,0 +1,11 @@ +NAME = "ebizzy" +AUTHOR = "Sudhir Kumar <skumar@linux.vnet.ibm.com>" +TIME = "MEDIUM, VARIABLE" +TEST_CATEGORY = "FUNCTIONAL" +TEST_CLASS = "SYSTEM STRESS" +TEST_TYPE = "CLIENT" +DOC = """ +http://sourceforge.net/project/platformdownload.php?group_id=202378&sel_platform=3809 +""" + +job.run_test('ebizzy', args = '-vv')
This patch adds the control file for ebizzy test to be executed under kvm test. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>