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