1AUTHOR = 'Sudhir Kumar <skumar@linux.vnet.ibm.com>'
2NAME = 'Disktest'
3DOC = '''\
4Pattern test of the disk, using unique signatures for each block and each
5iteration of the test. Designed to check for data corruption issues in the
6disk and disk controller.
7
8It writes 50MB/s of 500KB size ops.
9'''
10TIME = 'MEDIUM'
11TEST_CATEGORY = 'Kernel'
12TEST_TYPE = 'client'
13TEST_CLASS = 'Hardware'
14
15job.run_test('disktest')
16