• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
11
12DOC = """
13This test checks for unusable blocks in an unmounted partition of SSD by
14running the badblocks Linux utility.
15"""
16
17job.run_test('hardware_Badblocks', iters=24, timeout=60 * 60 * 24)
18