• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 also tests setting proxies through the
17OpenNetworkConfiguration policy.
18
19In general, the test case shall pass if Chrome OS uses the correct proxy,
20as specified by the policy value. It fails if the wrong proxy is used.
21
22'''
23
24args_dict = utils.args_to_dict(args)
25
26job.run_test('policy_ProxySettings', **args_dict)
27