1# Copyright (c) 2013 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 5AUTHOR = "jwerner, chromeos-power" 6NAME = "power_SuspendStress.bare" 7ATTRIBUTES = "suite:jailed_build" 8PURPOSE = "Run repeated iterations of suspend/resume to find rare errors." 9TIME = "MEDIUM" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "power" 12TEST_TYPE = "client" 13 14DOC = """ 15Runs eight minutes of bare suspend/resume cycles without additional workload. 16Follows this by a few short checks to make sure the system is still in a good 17state (work in progress, feel free to add some more). 18""" 19 20job.run_test('power_SuspendStress', duration=480, tag='bare') 21 22job.run_test('hardware_EC', tag='power_SuspendStress') 23job.run_test('login_LoginSuccess', tag='power_SuspendStress') 24job.run_test('hardware_TPMCheck', tag='power_SuspendStress') 25job.run_test('audio_Aplay', tag='power_SuspendStress') 26