1AUTHOR = "Chrome OS Team" 2NAME = "power_VideoPlayback.sw_decoder" 3PURPOSE = "Measure video playback power usage." 4CRITERIA = "This test is a benchmark." 5TIME = "MEDIUM" 6TEST_CATEGORY = "Benchmark" 7TEST_CLASS = "power" 8TEST_TYPE = "client" 9ATTRIBUTES = "suite:power_sanity, suite:power_daily" 10 11DOC = """ 12This test records power related statistics while play back video file in various 13format. 14 15This version of the test forces Chrome to use software decoder. 16""" 17 18args_dict = utils.args_to_dict(args) 19pdash_note = args_dict.get('pdash_note', '') 20job.run_test('power_VideoPlayback', use_hw_decode=False, tag=NAME.split('.')[1], 21 pdash_note=pdash_note) 22