1 # Copyright (c) 2014 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 AUTHOR = "gwendal" 6 NAME = "StorageQualTrim.test" 7 TIME = "LONG" 8 TEST_CATEGORY = "Stress" 9 TEST_CLASS = "suite" 10 TEST_TYPE = "server" 11 12 DOC = """ 13 Suite for testing the Storage Qual Trim test running from the fixed devices. 14 This tests check trim support under stress. 15 """ 16 17 def run_server_tests(machine): 18 job.run_test('hardware_StorageQualTrimStress', 19 client_ip=machine, duration=5100) 20 21 parallel_simple(run_server_tests, machines) 22