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" 11 12DOC = """ 13This test uses FIO to spawn a number of threads to perform a particular type of 14I/O. This test will write data to the spare root partition, wait for 1 minute, 15then verify the data is still valid. 16""" 17 18job.run_test(url='hardware_StorageFio', integrity='True', wait=60) 19