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