| Index: client/site_tests/platform_CryptohomeFio/control
|
| diff --git a/client/site_tests/platform_CryptohomeFio/control b/client/site_tests/platform_CryptohomeFio/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..937916bef25164bf239c07f01d8462af5a4a384a
|
| --- /dev/null
|
| +++ b/client/site_tests/platform_CryptohomeFio/control
|
| @@ -0,0 +1,22 @@
|
| +# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +TIME='LARGE'
|
| +AUTHOR = 'The Chromium OS Authors'
|
| +PURPOSE = 'Stress test the ecryptfs home directory across power state changes.'
|
| +CRITERIA = 'This test is a stress test. Expected success, no crashes.'
|
| +DOC = """This test uses fio and a basic configuration to test and
|
| +validate writes to the ecryptfs vault. It does not create a login
|
| +session, but mounts a special user dir for the test.
|
| +"""
|
| +NAME = 'platform_CryptohomeFio'
|
| +TIME = 'MEDIUM'
|
| +TEST_CLASS = 'platform'
|
| +TEST_CATEGORY = 'Stress'
|
| +TEST_TYPE = 'client'
|
| +
|
| +job.run_test('platform_CryptohomeFio',
|
| + script='surfing',
|
| + tag='ecryptfs+surfing',
|
| + runtime=20)
|
|
|