1# Copyright 2015 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 = 'krishnargv' 6NAME = 'policy_ProxySettings' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verify effects of policy_ProxySettings policy on client behavior. 14 15This test verifies the effect of the ProxySettings user policy on Chrome OS 16client behavior. It exercises a variety of policy values using four unique 17test cases: FixedProxy_UseFixedProxy, DirectProxy_UseNoProxy, 18PacProxy_UsePacFile and NotSet_UseNoProxy. 19 20In general, the test case shall pass if Chrome OS uses the correct proxy, 21as specified by the policy value. It fails if the wrong proxy is used. 22 23''' 24 25args_dict = utils.args_to_dict(args) 26 27job.run_test('policy_ProxySettings', **args_dict) 28