| Index: client/tests/ddtest/control
|
| diff --git a/client/tests/ddtest/control b/client/tests/ddtest/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1b6bedcfa9e7ad08d44dea655008e78ef5a998b4
|
| --- /dev/null
|
| +++ b/client/tests/ddtest/control
|
| @@ -0,0 +1,13 @@
|
| +AUTHOR = 'Ricky Benitez (rickyb@google.com)'
|
| +NAME = 'ddtest'
|
| +DOC = '''
|
| +Spawn multiple threads to write sequentially to the same disk and time
|
| +the entire operation. Intended to detect basic performance regressions
|
| +in disk writes.
|
| +'''
|
| +TIME = 'SHORT'
|
| +TEST_CLASS = 'kernel'
|
| +TEST_CATEGORY = 'Functional'
|
| +TEST_TYPE = 'client'
|
| +
|
| +job.run_test('ddtest')
|
|
|