1# Copyright 2021 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_StorageFioOther.verify_usb' 6AUTHOR = 'The Chromium OS Authors' 7PURPOSE = 'Verify storage performance using an external device' 8TIME = 'MEDIUM' 9TEST_CLASS = 'hardware' 10TEST_CATEGORY = 'Performance' 11TEST_TYPE = 'client' 12PY_VERSION = 3 13DEPENDENCIES = "servo_state:WORKING" 14 15DOC = """ 16Run fio sequential and random workloads and verify the data written. 17""" 18 19job.run_test('hardware_StorageFioOther', wait=0, 20 requirements=[ 21 ('seq_rw_verify', []), 22 ('seq_rw_verify', ['v']), 23 ('write_stress', []), 24 ('write_stress', ['v'])]) 25