You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
767 B
25 lines
767 B
AUTHOR = "puthik"
|
|
NAME = "power_VideoCall.fast"
|
|
PURPOSE = "Make sure power_VideoCall works fine."
|
|
CRITERIA = "This test is a benchmark."
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Benchmark"
|
|
TEST_CLASS = "power"
|
|
TEST_TYPE = "client"
|
|
|
|
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 fast version only runs for 3 minutes to make sure the test works as expected.
|
|
"""
|
|
|
|
args_dict = utils.args_to_dict(args)
|
|
pdash_note = args_dict.get('pdash_note', '')
|
|
job.run_test('power_VideoCall', pdash_note=pdash_note, duration=180,
|
|
tag=NAME.split('.')[1], seconds_period=5)
|