19 lines
560 B
Plaintext
19 lines
560 B
Plaintext
# 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"
|
|
|
|
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', [])])
|