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