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"
13SUITE = "bvt-inline, smoke"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "platform"
17TEST_TYPE = "client"
18JOB_RETRIES = 2
19
20DOC = "Verifies permissions on various file systems."
21
22job.run_test('platform_FilePerms')
23