Home | History | Annotate | Download | only in hardware_Badblocks
      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_Badblocks'
      6 AUTHOR = 'jcasse, grundler'
      7 PURPOSE = 'Check for unusable blocks in unmounted partition in SSD storage.'
      8 TIME = 'LENGTHY'
      9 TEST_TYPE = 'client'
     10 ATTRIBUTES = "suite:storagequal"
     11 
     12 DOC = """
     13 This test checks for unusable blocks in an unmounted partition of SSD by
     14 running the badblocks Linux utility.
     15 """
     16 
     17 job.run_test('hardware_Badblocks', iters=24, timeout=60 * 60 * 24)
     18