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_PartitionCheck" 7PURPOSE = "Verify size of rootfs are as expected." 8CRITERIA = "Fail if rootfs partitions are not of our reference size." 9ATTRIBUTES = "suite:bvt-cq" 10SUITE = "bvt-cq" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "platform" 14TEST_TYPE = "client" 15JOB_RETRIES = 2 16 17DOC = """ 18Checks a hard-coded list of partitions to check that their sizes are the same 19as a hard-coded expected rootfs size. 20""" 21 22job.run_test('platform_PartitionCheck') 23