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