xref: /aosp_15_r20/external/autotest/client/site_tests/power_VideoPlayback/control.FDO_fast (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1AUTHOR = "ChromeOS Team"
2NAME = "power_VideoPlayback.FDO_fast"
3PURPOSE = "Measure video playback power usage."
4
5CRITERIA = "This test is a benchmark."
6TIME = "FAST"
7TEST_CATEGORY = "Benchmark"
8TEST_CLASS = "power"
9TEST_TYPE = "client"
10PY_VERSION = 3
11
12DOC = """
13This test makes sure that power_VideoPlayback is working fine.
14
15"FDO" is short for "force discharge optional." Test will use EC command to
16force DUT to discharge. If it fails, then use AC as the power source.
17"""
18
19args_dict = utils.args_to_dict(args)
20pdash_note = args_dict.get('pdash_note', '')
21job.run_test('power_VideoPlayback', tag=NAME.split('.')[1], secs_per_video=10,
22             pdash_note=pdash_note, seconds_period=1, fast=True,
23             force_discharge='optional')
24