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.full_disk'
6AUTHOR = 'puthik'
7PURPOSE = 'Perform data integrity trim test on internal disk.'
8TIME = 'LENGTHY'
9TEST_TYPE = 'client'
10ATTRIBUTES = "suite:mmc_qual"
11SUITE = 'mmc_qual'
12
13DOC = """
14Performs data integrity trim test on an internal disk while booting from usb.
15
16This test will fill the internal disk 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=0)
23