blob: 58c4c51e0e6580e28cfed42eb7227e6d6941523d [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.idlePerBuild"
SUITE = "kernel_per-build_regression"
PURPOSE = "Run repeated iterations of idle-suspend."
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "power"
TEST_TYPE = "client"
EXPERIMENTAL = "True"
DOC = """
Runs four minutes of suspend/resume tests where suspend is triggered by idling.
"""
job.parallel([lambda: job.run_test('power_SuspendStress', tag='idlePerBuild',
method='idle', duration=240, init_delay=30,
min_suspend=9)],
[lambda: job.run_test('dummy_IdleSuspend')])