1AUTHOR = "ChromeOS Team" 2NAME = "power_Display.max_brightness" 3PURPOSE = "Measure display power usage." 4 5CRITERIA = "This test is a benchmark." 6TIME = "SHORT" 7TEST_CATEGORY = "Benchmark" 8TEST_CLASS = "power" 9TEST_TYPE = "client" 10ATTRIBUTES = "suite:power_check" 11PY_VERSION = 3 12 13DOC = """ 14This test records power related statistics while displaying different static 15pages using maximum brightness level. 16""" 17 18args_dict = utils.args_to_dict(args) 19pdash_note = args_dict.get('pdash_note', '') 20job.run_test('power_Display', brightness='max', tag=NAME.split('.')[1], 21 pdash_note=pdash_note) 22