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.stress'
      6 AUTHOR = 'gwendal'
      7 PURPOSE = 'Test the root device, when booted from a USB stick'
      8 TIME = 'LENGTHY'
      9 TEST_TYPE = 'client'
     10 ATTRIBUTES = "suite:storagequal"
     11 SUITE = 'storagequal'
     12 
     13 DOC = """
     14 Send stress pattern to the disk for 30 minutes: 64K random write with 15% of
     15 read.
     16 """
     17 
     18 job.run_test(url='hardware_StorageFio', filesize=0,
     19              requirements = [('64k_stress', [])])
     20