xref: /aosp_15_r20/external/autotest/client/site_tests/power_CheckAC/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2014 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 = "[email protected]"
6NAME = "power_CheckAC"
7PURPOSE = "Check the state of the power supply"
8TIME = "SHORT"
9TEST_CATEGORY = "Functional"
10TEST_CLASS = "power"
11TEST_TYPE = "client"
12PY_VERSION = 3
13
14DOC = """
15This test checks the status of the power supply to see that it is on.
16"""
17
18job.run_test('power_CheckAC', power_on=True)
19