blob: 7c18a216e60b53bd251b4201c33d664b2a3ed9e2 [file] [log] [blame]
AUTHOR = "ChromeOS Team"
NAME = "power_Display.max_brightness"
PURPOSE = "Measure display power usage."
CRITERIA = "This test is a benchmark."
TIME = "SHORT"
TEST_CATEGORY = "Benchmark"
TEST_CLASS = "power"
TEST_TYPE = "client"
ATTRIBUTES = "suite:power_check"
PY_VERSION = 3
DOC = """
This test records power related statistics while displaying different static
pages using maximum brightness level.
"""
args_dict = utils.args_to_dict(args)
pdash_note = args_dict.get('pdash_note', '')
job.run_test('power_Display', brightness='max', tag=NAME.split('.')[1],
pdash_note=pdash_note)