xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_StorageFio/control.stress (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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'
10PY_VERSION = 3
11ATTRIBUTES = "suite:storagequal"
12PY_VERSION = 3
13
14DOC = """
15Send stress pattern to the disk for 30 minutes: 64K random write with 15% of
16read.
17"""
18
19job.run_test(url='hardware_StorageFio', filesize=0,
20             requirements = [('64k_stress', [])])
21