blob: 0d1dcf58c9ae654575e517b81e186bacbbc4d69f [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "The Chromium OS Authors"
NAME = "security_BundledExtensions"
PURPOSE = "Verify bundled extensions/their permissions have all been approved"
CRITERIA = """
This test will fail if the set of expected extensions -- and every
permission requested by those extensions -- does not exactly match
the expected set.
"""
SUITE = "security"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "security"
TEST_TYPE = "client"
DOC = """
This test uses pyauto to ask Chrome what extensions it has installed,
what their effective permissions are, etc. Then it compares those to a
list and fails (with various helpful details) if there is not an exact match.
"""
job.run_test('security_BundledExtensions', creds='$default')