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