Home | History | Annotate | Download | only in platform_RootPartitionsNotMounted
      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 AUTHOR = "Chrome OS Team"
      6 NAME = "platform_RootPartitionsNotMounted"
      7 PURPOSE = """
      8 Verify that the root partitions are not mounted by processes other than
      9 update-engine.
     10 """
     11 CRITERIA = """
     12 This test will fail if a root partition is mounted by a process other than
     13 update-engine.
     14 """
     15 ATTRIBUTES = "suite:bvt-cq"
     16 SUITE = "bvt-cq"
     17 TIME = "SHORT"
     18 TEST_CATEGORY = "Functional"
     19 TEST_CLASS = "platform"
     20 TEST_TYPE = "client"
     21 JOB_RETRIES = 2
     22 
     23 DOC = """
     24 This test checks that the root partitions are not mounted by processes other
     25 than update-engine.
     26 """
     27 
     28 job.run_test('platform_RootPartitionsNotMounted')
     29