blob: dbbe6668e09859fded1551e67af239a4d8b74228 [file] [log] [blame]
# Copyright 2019 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 = 'timkovich'
NAME = 'policy_ProxySettings.pacproxy_usepacfile_onc'
ATTRIBUTES = 'suite:ent-nightly, suite:policy'
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 ONC proxy user policy on Chrome OS
client behavior.
The test case shall pass if Chrome OS uses the specified PAC file to determine
the proxy. It fails if the PAC file is not used.
'''
job.run_test('policy_ProxySettings', case='PacProxy_UsePacFile_ONC')