blob: 1b6bedcfa9e7ad08d44dea655008e78ef5a998b4 [file] [log] [blame]
Paul Taysom119f0d42011-03-16 09:37:55 -07001AUTHOR = 'Ricky Benitez (rickyb@google.com)'
2NAME = 'ddtest'
3DOC = '''
4Spawn multiple threads to write sequentially to the same disk and time
5the entire operation. Intended to detect basic performance regressions
6in disk writes.
7'''
8TIME = 'SHORT'
9TEST_CLASS = 'kernel'
10TEST_CATEGORY = 'Functional'
11TEST_TYPE = 'client'
12
13job.run_test('ddtest')