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