aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/hardware_StorageFio/control.quick_integrity
blob: fa241b10e639b906ba7aae93659204db6b1dda79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (c) 2012 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_StorageFio.quick_integrity'
AUTHOR = 'jcasse, grundler'
PURPOSE = 'Short integrity test to verify the integrity test'
TIME = 'LENGTHY'
TEST_TYPE = 'client'
PY_VERSION = 3
ATTRIBUTES = "suite:storagequal"
PY_VERSION = 3

DOC = """
This test uses FIO to spawn a number of threads to perform a particular type of
I/O. This test will write data to the spare root partition, wait for 1 minute,
then verify the data is still valid.
"""

job.run_test(url='hardware_StorageFio', integrity='True', wait=60)