You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
764 B
23 lines
764 B
# Copyright 2020 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "chromeos-gfx"
|
|
NAME = "graphics_Power.dev"
|
|
PURPOSE = "Execute the graphics_Power system logger for development/testing"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Performance"
|
|
TEST_CLASS = "graphics"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
Used to run the graphics_Power client test as a standalone process for faster
|
|
testing/debugging, rather than as a subtest to another autotest server test.
|
|
|
|
This shouldn't be included in any suites, and should only be run with:
|
|
test_that --board $BOARD $DUT graphics_Power.dev
|
|
"""
|
|
|
|
job.run_test(
|
|
"graphics_Power", max_duration_minutes=1.0, sample_rate_seconds=1.0)
|