blob: 484e81794ba1e44314a7d51ffa037b402ecf2fdb [file] [log] [blame]
AUTHOR = "puthik"
NAME = "power_VideoEncode.FDO"
PURPOSE = "Measure video encode power usage with optional force discharge."
# 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 = "LONG"
TEST_CATEGORY = "Benchmark"
TEST_CLASS = "power"
TEST_TYPE = "client"
ATTRIBUTES = "suite:power_daily"
DOC = """
This test records power related statistics while encode video file in various
formats while optionally force discharge.
"FDO" is short for "force discharge optional." Test will use EC command to
force DUT to discharge. If it fails, then use AC as the power source.
"""
args_dict = utils.args_to_dict(args)
pdash_note = args_dict.get('pdash_note', '')
job.run_test('power_VideoEncode', pdash_note=pdash_note, seconds_period=5,
force_discharge='optional')