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