1 # Copyright (c) 2010 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 = 'The Chromium OS Authors' 6 NAME = 'hardware_DiskSize' 7 PURPOSE = 'Ensure the hard disk is large enough.' 8 CRITERIA = 'Fails if the main disk is less than gb_main_disk_size.' 9 TIME='SHORT' 10 TEST_CATEGORY = 'Functional' 11 TEST_CLASS = "hardware" 12 TEST_TYPE = 'client' 13 14 DOC = """ 15 This test will find the disk where /dev is located by searching /proc/cmdline, 16 and will then determine the size of the main disk by reading /proc/partitions. 17 """ 18 19 job.run_test('hardware_DiskSize') 20