blob: 62b743894443c2b0199eccfe27c2b625bb05d999 [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 test checks correctness and retention of data.
It requires the data be previously written by using matching options, but
with the -r (read-only) option repolaced by the -w (write-only) option.
With only the -r ontion specified, this test will read and verify the entire
partition in 512B size blocks. For a 2GiB partition, this test will perform
4194304 reads.
"""
job.run_test('hardware_DataIntegrity', options='-r')