xref: /aosp_15_r20/external/autotest/client/tests/disktest/control.export (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1AUTHOR = "Martin Bligh ([email protected])"
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