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 TIME = "SHORT"
     17 TEST_CATEGORY = "Functional"
     18 TEST_CLASS = "platform"
     19 TEST_TYPE = "client"
     20 JOB_RETRIES = 2
     21 
     22 DOC = """
     23 This test checks that the root partitions are not mounted by processes other
     24 than update-engine.
     25 """
     26 
     27 job.run_test('platform_RootPartitionsNotMounted')
     28