blob: d5c80da077f2a40269aa811aed88119b51c8b4db [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# 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.
AUTHOR = "Chrome OS Team"
NAME = "power_BatteryCharge"
PURPOSE = "Measure the time required to charge the battery."
CRITERIA = "This test is a benchmark."
TIME = "LONG"
TEST_CATEGORY = "Benchmark"
TEST_CLASS = "power"
TEST_TYPE = "client"
DOC = """
Device should be plugged into an AC outlet.
This test depends on power_status.py, which is included in
autotest/files/client/cros/power/. power_status.py has many status
initialization and parsing routines for battery status.
"""
job.run_test('power_BatteryCharge')