blob: 067a1da6e91813a0be091a3420221bee9cdc84d1 [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.diskDaily"
SUITE = "kernel_daily_regression"
PURPOSE = "Run repeated iterations of suspend/resume while stressing the disk."
TIME = "LENGTHY"
TEST_CATEGORY = "Functional"
TEST_CLASS = "power"
TEST_TYPE = "client"
EXPERIMENTAL = "True"
DOC = """
Runs one hour of suspend/resume cycles in the background of a file I/O bench.
"""
job.parallel([lambda: job.run_test('power_SuspendStress', tag='diskDaily',
duration=3600, init_delay=10, min_suspend=7,
tolerated_aborts=4, breathing_time=8)],
[lambda: job.run_test('hardware_StorageFio',
tag='power_SuspendStress')])