1# Copyright 2016 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 = 'scunningham' 6NAME = 'policy_PluginsAllowedForUrls' 7TIME = 'SHORT' 8TEST_CATEGORY = 'General' 9TEST_CLASS = 'enterprise' 10TEST_TYPE = 'client' 11 12DOC = ''' 13Verify effect of PluginsAllowedForUrls policy on Chrome OS behavior. 14 15This test verifies the effect of the PluginsAllowedForUrls user policy on 16Chrome OS client behavior, when DefaultPluginsSetting=2 (Block Plugins). It 17exercises all valid policy values across three test cases: 18SiteAllowed_Run, SiteNotAllowed_Block, and NotSet_Block. 19 20This default control file allows CloudDPC E2E tests to run any test case 21defined in this test via command-line. 22''' 23 24args_dict = utils.args_to_dict(args) 25 26job.run_test('policy_PluginsAllowedForUrls', **args_dict) 27