xref: /aosp_15_r20/external/autotest/client/tests/disktest/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1AUTHOR = 'Martin Bligh ([email protected])'
2NAME = 'Disktest'
3PURPOSE = 'Verify the integrity of the disk and disk controller.'
4CRITERIA = """
5This test reads back all data written during the test, and if the data it reads
6does not match the data it wrote, the test fails.
7"""
8DOC = '''\
9Using unique signatures for each block and each iteration of the test,
10different patterns will be tested. Designed to check both the disk and disk
11controller for corruption issues.
12
13It writes 50MB/s of 500KB size ops.
14'''
15ATTRIBUTES = "suite:hwqual"
16TIME = 'MEDIUM'
17TEST_CATEGORY = 'Kernel'
18TEST_TYPE = 'client'
19TEST_CLASS = 'Hardware'
20
21job.run_test('disktest')
22