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 = "Chrome OS Team" 6NAME = "platform_FilePerms" 7PURPOSE = "Verify permissions are correct on system files and directories." 8CRITERIA = """ 9This test will fail if it finds unexpected permissions on system files or 10directories. 11""" 12ATTRIBUTES = "suite:bvt-inline, suite:smoke" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "platform" 16TEST_TYPE = "client" 17JOB_RETRIES = 2 18 19DOC = "Verifies permissions on various file systems." 20 21job.run_test('platform_FilePerms') 22