• 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"
14SUITE = "bvt-inline, smoke"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "security"
17TEST_TYPE = "client"
18JOB_RETRIES = 2
19DOC = """
20Verify that the Chromium Security Module is working as expected.
21
22The following will be tested:
23
24- Mount: Test that specifying a mount path containing a symbolic link will fail
25
26"""
27
28job.run_test('security_ChromiumOSLSM')
29