blob: af26af074f90d8cd6cfa44d0734016086a143921 [file] [log] [blame]
# 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 mem, if so it
# will return a PASS result, if not it will return a FAIL result.
NAME = "power_SuspendType.mem"
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-0004-v01"]
}
ATTRIBUTES = ("")
TEST_TYPE = "client"
job.run_test('power_SuspendType', tag=NAME.split('.')[1], desired_suspend_type='mem')