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' 10 11DOC = """ 12This test checks for unusable blocks in an unmounted partition of SSD by 13running the badblocks Linux utility. 14""" 15 16job.run_test('hardware_Badblocks') 17