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