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