xref: /aosp_15_r20/external/autotest/client/site_tests/power_VideoPlayback/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1AUTHOR = "ChromeOS Team"
2NAME = "power_VideoPlayback"
3PURPOSE = "Measure video playback power usage."
4
5CRITERIA = "This test is a benchmark."
6TIME = "LENGTHY"
7TEST_CATEGORY = "Benchmark"
8TEST_CLASS = "power"
9TEST_TYPE = "client"
10ATTRIBUTES = "suite:power_check, suite:power_monitoring"
11PY_VERSION = 3
12
13DOC = """
14This test records power related statistics while play back video file in various
15format.
16"""
17
18args_dict = utils.args_to_dict(args)
19pdash_note = args_dict.get('pdash_note', '')
20job.run_test('power_VideoPlayback', pdash_note=pdash_note)
21