1 # Copyright 2015 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 5 NAME = 'hardware_StorageSuspendStress.test' 6 AUTHOR = 'grundler, gwendal, puthik' 7 PURPOSE = 'Test StorageSuspendStress code' 8 TIME = 'MEDIUM' 9 TEST_CLASS = 'hardware' 10 TEST_TYPE = 'server' 11 12 DOC = """ 13 Test hardware_StorageSuspendStress section. 14 """ 15 16 def run_hardware_storage_stress(machine): 17 job.run_test('hardware_StorageQualSuspendStress', client_ip=machine, duration=3600) 18 19 job.parallel_simple(run_hardware_storage_stress, machines) 20 21