xref: /aosp_15_r20/external/autotest/client/site_tests/power_SuspendToIdle/control.force (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.force"
7PURPOSE = "Verify the suspend to idle is working."
8TIME = "SHORT"
9TEST_CATEGORY = "Logging"
10TEST_CLASS = "power"
11TEST_TYPE = "client"
12PY_VERSION = 3
13
14DOC = """
15Test functionality of Suspend to Idle.
16
17Force system to use suspend to idle even if it not the default config.
18
19This test uses the following confidence check to verify that S0ix is working.
201. DMC Firmware is loaded successfully.
212. PCH IP blocks are powergating correctly.
223. DMC firmware entry DC6 state in S0ix.
234. S0ix residency counter is increased.
245. CPU package C10 state residency counter is increased.
256. GPU RC6 state residency counter is increased.
26"""
27
28job.run_test('power_SuspendToIdle', force_suspend_to_idle=True,
29             tag=NAME.split('.')[1])
30