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