• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
11
12DOC = """
13Performs data integrity trim test on an unmounted partition.
14
15This test will write 16 MB of data and verify that trimmed data are gone and
16untrimmed data are unaffected. The verification will be run in 5 passes with
170%, 25%, 50%, 75%, and 100% of data trimmed.
18
19"""
20
21job.run_test('hardware_TrimIntegrity', file_size=16*1024*1024)
22