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