• 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 = """
10This test puts the client host through suspend/resume cycles.
11"""
12NAME = 'platform_SuspendStress'
13TIME = 'MEDIUM'
14TEST_CLASS = 'platform'
15TEST_CATEGORY = 'Stress'
16TEST_TYPE = 'client'
17
18# Run suspend/resume cycle for 5 minutes.
19job.run_test('platform_SuspendStress', auto_start=True, runtime=300)
20