xref: /aosp_15_r20/external/autotest/client/site_tests/power_VideoCall/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1AUTHOR = "puthik"
2NAME = "power_VideoCall"
3PURPOSE = "Simulates video call multitasking."
4CRITERIA = "This test is a benchmark."
5TIME = "LENGTHY"
6TEST_CATEGORY = "Benchmark"
7TEST_CLASS = "power"
8TEST_TYPE = "client"
9PY_VERSION = 3
10
11DOC = """
12This test simulates video call multitasking and record power related statistic.
13
14Workload
15- Camera preview in 720p using VP9 codec.
16- Four 720p 30fps video playback with two VP8 videos and two VP9 videos.
17- Google Doc with emulated typing.
18
19The run time is 2 hours to allow the DUT to heat up to steady state.
20"""
21
22args_dict = utils.args_to_dict(args)
23pdash_note = args_dict.get('pdash_note', '')
24job.run_test('power_VideoCall', pdash_note=pdash_note,
25             min_run_time_percent=75)
26