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