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" 7ATTRIBUTES = "suite:regression" 8SUITE = "regression" 9TIME = "SHORT" 10TEST_CATEGORY = "General" 11TEST_CLASS = "enterprise" 12TEST_TYPE = "client" 13 14DOC = """ 15Verify effects of policy_ProxySettings policy on client behavior. 16 17This test verifies the effect of the ProxySettings user policy on Chrome OS 18client behavior. It exercises a variety of policy values using three unique 19test cases: FixedProxy_UseFixedProxy, DirectProxy_UseNoProxy, and 20NotSet_UseNoProxy. 21 22Usage example: 23$ test_that <IPAddress> policy_ProxySettings --args= 24'case=FixedProxy_UseFixedProxy' 25 26This command runs a single test case (e.g., FixedProxy_UseFixedProxy) using 27the default fake DM server. 28 29""" 30 31job.run_test("policy_ProxySettings", args=args) 32