xref: /aosp_15_r20/external/autotest/client/site_tests/power_SuspendStress/control.bareDaily (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2020 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-platform-power"
6NAME = "power_SuspendStress.bareDaily"
7ATTRIBUTES = "suite:power_daily"
8PURPOSE = "Run repeated iterations of suspend/resume to find errors."
9TIME = "MEDIUM"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "power"
12TEST_TYPE = "client"
13EXTENDED_TIMEOUT = 7500
14PY_VERSION = 3
15
16DOC = """
17Runs 250 iterations (~30mins) of bare suspend/resume cycles without additional
18workload. Follows this by a few short checks to make sure the system is still in
19a good state (work in progress, feel free to add some more).
20"""
21
22job.run_test('power_SuspendStress', duration=None, suspend_iterations=250,
23             tag='bare')
24
25job.run_test('hardware_EC', tag='power_SuspendStress')
26job.run_test('login_LoginSuccess', tag='power_SuspendStress')
27job.run_test('hardware_TPMCheck', tag='power_SuspendStress')
28job.run_test('audio_Aplay', tag='power_SuspendStress')
29