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 5AUTHOR = 'rzakarian' 6NAME = 'policy_WilcoUSBPowershare' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verify effects of DeviceUsbPowerShareEnabled policy. 14 15This test is kicked off via policy_WilcoUSBPowershare server test. 16 17Note: This test only checks the behavior of the device when it is off, 18it doesn't do the part of the policy when the device is asleep. 19 20''' 21 22args_dict = utils.args_to_dict(args) 23 24job.run_test('policy_WilcoUSBPowershare', **args_dict) 25