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