Home | History | Annotate | Download | only in disktest
      1 AUTHOR = "Martin Bligh (mbligh (a] google.com)"
      2 NAME = "Disktest using export"
      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 TIME = "MEDIUM"
      9 TEST_CLASS = "Kernel"
     10 TEST_CATEGORY = "Stress, Functional"
     11 TEST_TYPE = "client"
     12 
     13 import glob
     14 job.run_test('disktest', disks=glob.glob('/export/*'))
     15