• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5TIME='LARGE'
6AUTHOR = 'The Chromium OS Authors'
7PURPOSE = 'Stress test the ecryptfs home directory across power state changes.'
8CRITERIA = 'This test is a stress test. Expected success, no crashes.'
9DOC = """This test uses fio and a basic configuration to test and
10validate writes to the ecryptfs vault. It does not create a login
11session, but mounts a special user dir for the test.
12"""
13NAME = 'platform_CryptohomeFio'
14TIME = 'MEDIUM'
15TEST_CLASS = 'platform'
16TEST_CATEGORY = 'Stress'
17TEST_TYPE = 'client'
18ATTRIBUTES = "suite:bvt-perbuild"
19
20job.run_test('platform_CryptohomeFio',
21             script='surfing',
22             disk_configs=['crypto'],
23             runtime=20)
24