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