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