1AUTHOR = "Chrome OS Team" 2NAME = "power_VideoPlayback.vp9_1080_30fps" 3PURPOSE = "Measure video playback power usage." 4CRITERIA = "This test is a benchmark." 5TIME = "SHORT" 6TEST_CATEGORY = "Benchmark" 7TEST_CLASS = "power" 8TEST_TYPE = "client" 9ATTRIBUTES = "" 10DOC = """ 11Test video decode for vp9 1080p 30fps for 6min 12""" 13 14args_dict = utils.args_to_dict(args) 15pdash_note = args_dict.get('pdash_note', '') 16job.run_test('power_VideoPlayback', tag=NAME.split('.')[1], 17 videos=[('vp9_1080_30fps', '')], secs_per_video=360, 18 pdash_note=pdash_note, seconds_period=10) 19