1# Copyright 2020 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 = "chromeos-gfx" 6NAME = "graphics_Power.dev" 7PURPOSE = "Execute the graphics_Power system logger for development/testing" 8TIME = "SHORT" 9TEST_CATEGORY = "Performance" 10TEST_CLASS = "graphics" 11TEST_TYPE = "client" 12 13DOC = """ 14Used to run the graphics_Power client test as a standalone process for faster 15testing/debugging, rather than as a subtest to another autotest server test. 16 17This shouldn't be included in any suites, and should only be run with: 18test_that --board $BOARD $DUT graphics_Power.dev 19""" 20 21job.run_test( 22 "graphics_Power", max_duration_minutes=1.0, sample_rate_seconds=1.0) 23