blob: ab17300c51338dc16e69ddc61d2aca7b1c32fd5d [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "krishnargv"
NAME = "policy_ProxySettings"
ATTRIBUTES = "suite:regression"
SUITE = "regression"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "enterprise"
TEST_TYPE = "client"
DOC = """
Verify effects of policy_ProxySettings policy on client behavior.
This test verifies the effect of the ProxySettings user policy on Chrome OS
client behavior. It exercises a variety of policy values using three unique
test cases: FixedProxy_UseFixedProxy, DirectProxy_UseNoProxy, and
NotSet_UseNoProxy.
Usage example:
$ test_that <IPAddress> policy_ProxySettings --args=
'case=FixedProxy_UseFixedProxy'
This command runs a single test case (e.g., FixedProxy_UseFixedProxy) using
the default fake DM server.
"""
job.run_test("policy_ProxySettings", args=args)