| # Copyright 2022 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Description |
| # 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. |
| |
| NAME = 'power_SuspendType.freeze' |
| METADATA = { |
| "contacts": ["cros-power-notifications@google.com"], |
| "author": "bbrotherton,chromeos-pvs-dev", |
| "bug_component": "b:1361410", |
| "criteria": "This test is a functional test", |
| "hw_agnostic": False, |
| "requirements": ["boot-perf-0007-v01"] |
| |
| } |
| ATTRIBUTES = ("") |
| TEST_TYPE = "client" |
| |
| job.run_test('power_SuspendType', tag=NAME.split('.')[1], desired_suspend_type='freeze') |