1AUTHOR = "puthik" 2NAME = "power_VideoDRMPlayback" 3PURPOSE = "Measure encrypted video playback power usage." 4CRITERIA = "This test is a benchmark." 5TIME = "MEDIUM" 6TEST_CATEGORY = "Benchmark" 7TEST_CLASS = "power" 8TEST_TYPE = "client" 9DOC = """ 10This test records power related statistics while playing encrypted video file 11in various format. 12""" 13args_dict = utils.args_to_dict(args) 14pdash_note = args_dict.get('pdash_note', '') 15job.run_test('power_VideoDRMPlayback', pdash_note=pdash_note) 16