blob: 09c3562971c32f7079f8ff895a746ea3afbccd78 [file] [log] [blame]
# Copyright 2015 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_StorageQualSuspendStress.test'
AUTHOR = 'grundler, gwendal, puthik'
PURPOSE = 'Test StorageSuspendStress code'
TIME = 'MEDIUM'
TEST_CLASS = 'hardware'
TEST_TYPE = 'server'
DOC = """
Test hardware_StorageQualSuspendStress section.
"""
def run_hardware_storage_stress(machine):
job.run_test('hardware_StorageQualSuspendStress', client_ip=machine, duration=3600)
job.parallel_simple(run_hardware_storage_stress, machines)