Home | History | Annotate | Download | only in hardware_TrimIntegrity
      1 # Copyright (c) 2014 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_TrimIntegrity'
      6 AUTHOR = 'puthik'
      7 PURPOSE = 'Perform data integrity trim test on an unmounted partition.'
      8 TIME = 'LENGTHY'
      9 TEST_TYPE = 'client'
     10 
     11 DOC = """
     12 Performs data integrity trim test on an unmounted partition.
     13 
     14 This test will write 1 GB of data and verify that trimmed data are gone and
     15 untrimmed data are unaffected. The verification will be run in 5 passes with
     16 0%, 25%, 50%, 75%, and 100% of data trimmed.
     17 
     18 """
     19 
     20 job.run_test('hardware_TrimIntegrity')
     21