xref: /aosp_15_r20/external/autotest/client/site_tests/power_SuspendToIdle/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2018 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 Team"
6NAME = "power_SuspendToIdle"
7PURPOSE = "Verify the suspend to idle is working."
8TIME = "SHORT"
9TEST_CATEGORY = "Logging"
10TEST_CLASS = "power"
11TEST_TYPE = "client"
12ATTRIBUTES = "suite:power_daily"
13PY_VERSION = 3
14
15DOC = """
16Test functionality of Suspend to Idle.
17
18Raise TestNAError if default config is not suspend to idle.
19
20This test uses the following confidence check to verify that S0ix is working.
211. DMC Firmware is loaded successfully.
222. PCH IP blocks are powergating correctly.
233. DMC firmware entry DC6 state in S0ix.
244. S0ix residency counter is increased.
255. CPU package C10 state residency counter is increased.
266. GPU RC6 state residency counter is increased.
27"""
28
29job.run_test('power_SuspendToIdle')
30