blob: c2fbc65ee64b6f7649e031c5c425ec7380076b8a [file] [log] [blame]
AUTHOR = "puthik"
NAME = "power_VideoCall.fast_crosbolt"
PURPOSE = "Make sure power_VideoCall works fine."
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
CRITERIA = "This test is a benchmark."
TIME = "MEDIUM"
TEST_CATEGORY = "Benchmark"
TEST_CLASS = "power"
TEST_TYPE = "client"
ATTRIBUTES = "suite:crosbolt_perf_perbuild"
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.
Crosbolt version adds force_discharge to collect total system power from battery.
"""
args_dict = utils.args_to_dict(args)
pdash_note = args_dict.get('pdash_note', '')
job.default_profile_only = True
job.profilers.add('cros_perf', interval=20)
job.run_test('power_VideoCall', pdash_note=pdash_note, duration=180,
tag=NAME.split('.')[1], seconds_period=5,
force_discharge='optional')
job.profilers.delete('cros_perf')