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.quick' 6AUTHOR = 'puthik' 7PURPOSE = 'Perform data integrity trim test on an unmounted partition.' 8TIME = 'SHORT' 9TEST_TYPE = 'client' 10ATTRIBUTES = "suite:experimental" 11SUITE = 'experimental' 12 13DOC = """ 14Performs data integrity trim test on an unmounted partition. 15 16This test will write 16 MB of data and verify that trimmed data are gone and 17untrimmed data are unaffected. The verification will be run in 5 passes with 180%, 25%, 50%, 75%, and 100% of data trimmed. 19 20""" 21 22job.run_test('hardware_TrimIntegrity', file_size=16*1024*1024) 23