1 AUTHOR = 'Ricky Benitez (rickyb (a] google.com)' 2 NAME = 'ddtest' 3 DOC = ''' 4 Spawn multiple threads to write sequentially to the same disk and time 5 the entire operation. Intended to detect basic performance regressions 6 in disk writes. 7 ''' 8 ATTRIBUTES = "suite:kernel_daily_benchmarks" 9 TIME = 'SHORT' 10 TEST_CLASS = 'kernel' 11 TEST_CATEGORY = 'Functional' 12 TEST_TYPE = 'client' 13 14 job.run_test('ddtest') 15