xref: /aosp_15_r20/external/autotest/client/site_tests/power_BatteryCharge/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "ChromeOS Team"
6NAME = "power_BatteryCharge"
7PURPOSE = "Measure the time required to charge the battery."
8CRITERIA = "This test is a benchmark."
9TIME = "LONG"
10TEST_CATEGORY = "Benchmark"
11TEST_CLASS = "power"
12TEST_TYPE = "client"
13PY_VERSION = 3
14
15DOC = """
16Device should be plugged into an AC outlet.
17
18This test depends on power_status.py, which is included in
19autotest/files/client/cros/power/. power_status.py has many status
20initialization and parsing routines for battery status.
21"""
22
23job.run_test('power_BatteryCharge')
24