blob: 1796ca3d768754d0fc1eb95782cc99d5d99083fa [file] [log] [blame]
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'hardware_StorageFioOther.verify_usb'
METADATA = {
'contacts': ['chromeos-storage@google.com'],
'bug_component': 'b:974567',
'criteria': 'Verify storage performance using an external device',
'hw_agnostic': False
}
AUTHOR = 'The ChromiumOS Authors'
PURPOSE = 'Verify storage performance using an external device'
TIME = 'MEDIUM'
TEST_CLASS = 'hardware'
TEST_CATEGORY = 'Performance'
TEST_TYPE = 'client'
PY_VERSION = 3
DEPENDENCIES = "servo_state:WORKING"
DOC = """
Run fio sequential and random workloads and verify the data written.
"""
job.run_test('hardware_StorageFioOther', wait=0,
requirements=[
('seq_rw_verify', []),
('seq_rw_verify', ['v']),
('write_stress', []),
('write_stress', ['v'])])