1# Copyright (c) 2012 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 = "Chrome OS Team" 6NAME = "power_UiResume" 7PURPOSE = "Measure the amount of time it takes to resume from suspend." 8CRITERIA = "This test is a benchmark." 9ATTRIBUTES = "suite:kernel_per-build_benchmarks" 10SUITE = "kernel_per-build_benchmarks" 11TIME = "SHORT" 12TEST_CATEGORY = "Logging" 13TEST_CLASS = "power" 14TEST_TYPE = "client" 15 16DOC = """Suspends the system by sending a request to power manager via dbus. 17After resume calculate and report the time it took to suspend and resume . 18""" 19 20job.run_test('power_UiResume') 21