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 
     12 DOC = """
     13 Send stress pattern to the disk for 30 minutes: 64K random write with 15% of
     14 read.
     15 """
     16 
     17 job.run_test(url='hardware_StorageFio', filesize=0,
     18              requirements = [('64k_stress', [])])
     19