xref: /aosp_15_r20/external/autotest/client/site_tests/power_SuspendStress/control.bareFSI (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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
5AUTHOR = "chromeos-power"
6NAME = "power_SuspendStress.bareFSI"
7PURPOSE = "Run repeated iterations of suspend/resume to find rare errors."
8TIME = "LONG"
9TEST_CATEGORY = "Functional"
10TEST_CLASS = "power"
11TEST_TYPE = "client"
12EXTENDED_TIMEOUT = 80000 # 20 hours + guard
13PY_VERSION = 3
14
15DOC = """
16Runs iterations of bare suspend/resume cycles without additional workload.
17Follows this by a few short checks to make sure the system is still in a good
18state (work in progress, feel free to add some more).
19"""
20
21job.run_test('power_SuspendStress', duration=None, suspend_iterations=2500,
22             modemfwd_workaround=True, tag='bare')
23
24job.run_test('hardware_EC', tag='power_SuspendStress')
25job.run_test('login_LoginSuccess', tag='power_SuspendStress')
26job.run_test('hardware_TPMCheck', tag='power_SuspendStress')
27job.run_test('audio_Aplay', tag='power_SuspendStress')
28