1AUTHOR = "ChromeOS Team" 2NAME = "power_VideoPlayback.FDO" 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_daily" 11PY_VERSION = 3 12 13DOC = """ 14This test records power related statistics while play back video file in 15various format. 16 17"FDO" is short for "force discharge optional." Test will use EC command to 18force DUT to discharge. If it fails, then use AC as the power source. 19""" 20 21args_dict = utils.args_to_dict(args) 22pdash_note = args_dict.get('pdash_note', '') 23job.run_test('power_VideoPlayback', pdash_note=pdash_note, 24 force_discharge='optional') 25