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