• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2011 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
5NAME = "security_ChromiumOSLSM"
6PURPOSE = "Verify that the Chromium Security Module is working as expected"
7CRITERIA = """
8This test will fail if:
9  - A mount operation can be specified using a symbolic mount path"
10"""
11AUTHOR = "ups@chromium.org (Stephan Uphoff)"
12TIME = "SHORT"
13ATTRIBUTES = "suite:bvt-inline, suite:smoke"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "security"
16TEST_TYPE = "client"
17JOB_RETRIES = 2
18DOC = """
19Verify that the Chromium Security Module is working as expected.
20
21The following will be tested:
22
23- Mount: Test that specifying a mount path containing a symbolic link will fail
24
25"""
26
27job.run_test('security_ChromiumOSLSM')
28