1# Copyright 2019 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
5from autotest_lib.client.cros.enterprise import charging_policy_tests
6
7
8class policy_DeviceCharging(charging_policy_tests.ChargingPolicyTest):
9    """
10    Client test for device policies that change charging behavior.
11
12    Everything is taken care of in the superclass.
13    """
14    version = 1
15