blob: fef8d47de574c0212edc40b7fe9ead9ffc74de7c [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'hardware_DataIntegrity'
AUTHOR = 'jcasse, grundler'
PURPOSE = 'Data integrity test for storage qualification.'
TIME = 'LENGTHY'
TEST_TYPE = 'client'
DOC = """
This is part of data correctness and retention testing.
This test writes data in native block-size (usually 512B) blocks to be later
verified by a read test.
For a 2GiB partition, this test will perform 4194304 writes.
The subsequent verification should be performed with matching options, but
with the -w (write-only) option replaced by -r (read-only) option.
"""
job.run_test('hardware_DataIntegrity', options='-w')