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