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# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3. 6# For instructions on how to: go/tauto-py3-migration 7# To re-enable migrate to Python 3. 8# If the test is not migrated by 1/14/22 it will be deleted. 9 10NAME = 'hardware_TrimIntegrity' 11AUTHOR = 'puthik' 12PURPOSE = 'Perform data integrity trim test on an unmounted partition.' 13TIME = 'LENGTHY' 14TEST_TYPE = 'client' 15PY_VERSION = 3 16 17DOC = """ 18Performs data integrity trim test on an unmounted partition. 19 20This test will write 1 GB of data and verify that trimmed data are gone and 21untrimmed data are unaffected. The verification will be run in 5 passes with 220%, 25%, 50%, 75%, and 100% of data trimmed. 23 24""" 25 26job.run_test('hardware_TrimIntegrity') 27