1# Copyright (c) 2012 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 = "jorgelo@chromium.org"
6NAME = "security_BundledExtensions"
7PURPOSE = "Verify bundled extensions/their permissions have all been approved"
8CRITERIA = """
9This test will fail if the set of expected extensions -- and every
10permission requested by those extensions -- does not exactly match
11the expected set.
12"""
13ATTRIBUTES = ""
14SUITE = ""
15TIME = "SHORT"
16TEST_CATEGORY = "Functional"
17TEST_CLASS = "security"
18TEST_TYPE = "client"
19
20DOC = """
21This test uses telemetry to ask Chrome what extensions it has installed,
22what their effective permissions are, etc. Then it compares those to a
23list and fails (with various helpful details) if there is not an exact match.
24"""
25
26job.run_test('security_BundledExtensions')
27