• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2014 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_StorageWearoutDetect.non_cache'
6AUTHOR = 'puthik'
7PURPOSE = 'Detect wear out status of storage device'
8TIME = 'FAST'
9TEST_CLASS = 'hardware'
10TEST_TYPE = 'client'
11
12DOC = """
13This test check wear out status for storage device available in SMART for SSD
14and in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,
15it will be treat as data not available. The test will be failed if there is
16SMART value is failing or eMMC wear out is in 90-100% band or higher.
17"""
18
19job.add_sysinfo_logfile('/var/log/storage_info.txt', on_every_test=True)
20job.run_test('hardware_StorageWearoutDetect', use_cached_result=False)
21