blob: 6c23b0eb994461dc7ce5e3c4a0a23e66f99d07fd [file] [log] [blame]
# Copyright (c) 2013 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.
AUTHOR = "jwerner, chromeos-power"
NAME = "power_SuspendStress.disk"
SUITE = "jailed_build"
PURPOSE = "Run repeated iterations of suspend/resume while stressing the disk."
TIME = "MEDIUM"
TEST_CATEGORY = "Functional"
TEST_CLASS = "power"
TEST_TYPE = "client"
DOC = """
Runs eight minutes of suspend/resume cycles in the background of a file I/O bench.
"""
job.parallel([lambda: job.run_test('power_SuspendStress', tag='disk',
duration=480, init_delay=10, min_suspend=7,
tolerated_aborts=1)],
[lambda: job.run_test('hardware_StorageFio',
quicktest=True, iterations=8,
tag='power_SuspendStress')])