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