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