blob: 302b448a7c2f05bf71c82a7355301280a06e57de [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'hardware_StorageFio.stress'
AUTHOR = 'gwendal'
PURPOSE = 'Test the root device, when booted from a USB stick'
TIME = 'LENGTHY'
TEST_TYPE = 'client'
ATTRIBUTES = "suite:storagequal"
SUITE = 'storagequal'
DOC = """
Send stress pattern to the disk for 30 minutes: 64K random write with 15% of
read.
"""
job.run_test(url='hardware_StorageFio', filesize=0,
requirements = [('64k_stress', [])])