aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/power_SuspendType/control.freeze
blob: 2ba844979c9a5337f9b66656db5d96e1744b785d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'bbrotherton,chromeos-pvs-dev'
NAME = 'power_SuspendType.freeze'
PURPOSE = 'This test is used to verify the client supports type freeze'
ATTRIBUTES = ''
TIME = 'FAST'
TEST_TYPE = 'client'
PY_VERSION = 3
DOC = """
Call this test to report if the DUT supports suspend type freeze, if so it
will return a PASS result, if not it will return a FAIL result.
"""

job.run_test('power_SuspendType', tag=NAME.split('.')[1], desired_suspend_type='freeze')