1 # Copyright (c) 2012 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 NAME = 'hardware_SsdDetection' 6 AUTHOR = 'The Chromium OS Authors' 7 PURPOSE = 'Determine if main disk is a solid state device.' 8 CRITERIA = 'Fails if the main disk is not a solid state device.' 9 ATTRIBUTES = "suite:hwqual" 10 SUITE = "hwqual" 11 TIME='SHORT' 12 TEST_CATEGORY = 'Functional' 13 TEST_CLASS = "hardware" 14 TEST_TYPE = 'client' 15 16 DOC = """ 17 This test uses hdparm to determine if the rotation rate properties match that of 18 a solid state device. 19 """ 20 21 job.run_test('hardware_SsdDetection', 22 constraints=['mb_ssd_device_size >= 8000']) 23