Home | History | Annotate | Download | only in hardware_Smartctl
      1 # Copyright (c) 2013 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_Smartctl'
      6 AUTHOR = 'puthik'
      7 PURPOSE = 'Read S.M.A.R.T attribute for root device'
      8 TIME = 'SHORT'
      9 TEST_CLASS = 'hardware'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = """
     13 Run smartctl to retrieve S.M.A.R.T attribute and report in keyval format.
     14 Note: Usage of this test case is to be called by server test during the
     15 storage stress test to determine status of the SSD
     16 """
     17 
     18 job.run_test('hardware_Smartctl', iteration=1000)
     19 
     20 
     21