xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_TrimIntegrity/control.quick (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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.quick'
11AUTHOR = 'puthik'
12PURPOSE = 'Perform data integrity trim test on an unmounted partition.'
13TIME = 'SHORT'
14TEST_TYPE = 'client'
15PY_VERSION = 3
16ATTRIBUTES = "suite:experimental"
17
18DOC = """
19Performs data integrity trim test on an unmounted partition.
20
21This test will write 16 MB of data and verify that trimmed data are gone and
22untrimmed data are unaffected. The verification will be run in 5 passes with
230%, 25%, 50%, 75%, and 100% of data trimmed.
24
25"""
26
27job.run_test('hardware_TrimIntegrity', file_size=16*1024*1024)
28