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 = "" 14TIME = "SHORT" 15TEST_CATEGORY = "Functional" 16TEST_CLASS = "security" 17TEST_TYPE = "client" 18 19DOC = """ 20This test uses telemetry to ask Chrome what extensions it has installed, 21what their effective permissions are, etc. Then it compares those to a 22list and fails (with various helpful details) if there is not an exact match. 23""" 24 25job.run_test('security_BundledExtensions') 26