26 lines
732 B
Plaintext
26 lines
732 B
Plaintext
|
|
AUTHOR = "puthik"
|
||
|
|
NAME = "power_VideoCall"
|
||
|
|
PURPOSE = "Simulates video call multitasking."
|
||
|
|
CRITERIA = "This test is a benchmark."
|
||
|
|
TIME = "LENGTHY"
|
||
|
|
TEST_CATEGORY = "Benchmark"
|
||
|
|
TEST_CLASS = "power"
|
||
|
|
TEST_TYPE = "client"
|
||
|
|
PY_VERSION = 3
|
||
|
|
|
||
|
|
DOC = """
|
||
|
|
This test simulates video call multitasking and record power related statistic.
|
||
|
|
|
||
|
|
Workload
|
||
|
|
- Camera preview in 720p using VP9 codec.
|
||
|
|
- Four 720p 30fps video playback with two VP8 videos and two VP9 videos.
|
||
|
|
- Google Doc with emulated typing.
|
||
|
|
|
||
|
|
The run time is 2 hours to allow the DUT to heat up to steady state.
|
||
|
|
"""
|
||
|
|
|
||
|
|
args_dict = utils.args_to_dict(args)
|
||
|
|
pdash_note = args_dict.get('pdash_note', '')
|
||
|
|
job.run_test('power_VideoCall', pdash_note=pdash_note,
|
||
|
|
min_run_time_percent=75)
|