| # Description |
| # This test records power related statistics while displaying different static |
| # pages using maximum brightness level. |
| |
| NAME = "power_Display.max_brightness" |
| METADATA = { |
| "contacts": ["cros-power-notifications@google.com"], |
| "bug_component": "b:1361410", |
| "criteria": "This test is a benchmark.", |
| "hw_agnostic": False |
| } |
| ATTRIBUTES = "suite:power_check" |
| TEST_TYPE = "client" |
| |
| 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) |