1# Copyright (c) 2012 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_StorageFio.quick_integrity'
6AUTHOR = 'jcasse, grundler'
7PURPOSE = 'Short integrity test to verify the integrity test'
8TIME = 'LENGTHY'
9TEST_TYPE = 'client'
10ATTRIBUTES = "suite:storagequal"
11SUITE = 'storagequal'
12
13DOC = """
14This test uses FIO to spawn a number of threads to perform a particular type of
15I/O. This test will write data to the spare root partition, wait for 1 minute,
16then verify the data is still valid.
17"""
18
19job.run_test(url='hardware_StorageFio', integrity='True', wait=60)
20