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