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