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