diff mbox

[autotest,5/6] add-disktest-control-file-in-kvmtest

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

Commit Message

sudhir kumar July 8, 2009, 8:25 a.m. UTC
This patch adds the disktest control file for the test to be executed under
kvm tests.

Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>
diff mbox

Patch

Index: autotest/client/tests/kvm/autotest_control/disktest.control
===================================================================
--- /dev/null
+++ autotest/client/tests/kvm/autotest_control/disktest.control
@@ -0,0 +1,15 @@ 
+AUTHOR = 'Sudhir Kumar <skumar@linux.vnet.ibm.com>'
+NAME = 'Disktest'
+DOC = '''\
+Pattern test of the disk, using unique signatures for each block and each
+iteration of the test. Designed to check for data corruption issues in the
+disk and disk controller.
+
+It writes 50MB/s of 500KB size ops.
+'''
+TIME = 'MEDIUM'
+TEST_CATEGORY = 'Kernel'
+TEST_TYPE = 'client'
+TEST_CLASS = 'Hardware'
+
+job.run_test('disktest')