• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 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 = 'timkovich'
6NAME = 'policy_ExtensionPolicy'
7ATTRIBUTES = 'suite:ent-nightly, suite:policy'
8TIME = 'SHORT'
9TEST_CATEGORY = 'General'
10TEST_CLASS = 'enterprise'
11TEST_TYPE = 'client'
12
13DOC = '''
14policy_ExtensionPolicy verifies that changes to extension policies can be set
15and are reflected correctly in chrome://policy. Fields marked sensitive should
16have their value obfuscated.
17
18This test will only work when using the fake DM server.
19
20'''
21
22args_dict = utils.args_to_dict(args)
23
24job.run_test('policy_ExtensionPolicy', **args_dict)
25
26