blob: 166824183bdc4cdc009574b4707ce7f5d7b6e5fa [file] [log] [blame]
# Copyright 2014 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Description
# Runs multiple minutes of bare suspend/resume cycles without additional workload.
# Follows this by a few short checks to make sure the system is still in a good
# state (work in progress, feel free to add some more).
NAME = "power_SuspendStress.stress"
METADATA = {
"contacts": ["cros-power-notifications@google.com"],
"author": "mohsinally",
"bug_component": "b:1361410",
"criteria": "This test is a stress test",
"hw_agnostic": False,
}
ATTRIBUTES = ("suite:stress")
TEST_TYPE = "client"
job.run_test('power_SuspendStress', duration=600, tag='bare')
job.run_test('hardware_EC', tag='power_SuspendStress')
job.run_test('login_LoginSuccess', tag='power_SuspendStress')
job.run_test('hardware_TPMCheck', tag='power_SuspendStress')