blob: 38cfcb0d9dc9456c9ea8c33f6d04fe81d94d6976 [file] [log] [blame]
# Copyright (c) 2011 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.
NAME = "security_ChromiumOSLSM"
PURPOSE = "Verify that the Chromium Security Module is working as expected"
CRITERIA = """
This test will fail if:
- A mount operation can be specified using a symbolic mount path"
"""
AUTHOR = "ups@chromium.org (Stephan Uphoff)"
TIME = "SHORT"
ATTRIBUTES = "suite:bvt-inline, suite:smoke"
TEST_CATEGORY = "Functional"
TEST_CLASS = "security"
TEST_TYPE = "client"
JOB_RETRIES = 2
DOC = """
Verify that the Chromium Security Module is working as expected.
The following will be tested:
- Mount: Test that specifying a mount path containing a symbolic link will fail
"""
job.run_test('security_ChromiumOSLSM')