blob: 051e4b0b845dd6ce86042c457ab794e2f0791b91 [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'
SUITE = 'storagequal'
DOC = """
Send stress pattern to the disk for 30 minutes: 64K random write with 15% of
read.
"""
job.add_sysinfo_logfile('/var/log/storage_info.txt', on_every_test=True)
job.run_test(url='hardware_StorageFio', filesize=0,
requirements = [('64k_stress', [])])