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