blob: fee68a40b9cf8fc28e11f5d004dc1c1f49224b94 [file] [log] [blame]
# Copyright (c) 2018 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.
# This control file was auto-generated by generate_storage_qual_control_files.py
# Do not edit this file!
AUTHOR = "Chrome OS Team"
NAME = "hardware_StorageStress_suspend_soak_36"
ATTRIBUTES = "suite:storage_qual"
PURPOSE = "hardware_StorageStress_suspend_soak_36"
TIME = "long"
TEST_CATEGORY = "Stress"
TEST_CLASS = "Hardware"
TEST_TYPE = "server"
REQUIRE_SSP = False
PRIORITY = 90
DEPENDENCIES = "suspend"
JOB_RETRIES = 0
DOC = "hardware_StorageStress_suspend_soak_36"
def run(machine):
job.run_test("hardware_StorageStress", host=hosts.create_host(machine),
client_ip=machine, storage_test_command='full_write', duration=3600, tag='soak', power_command='wait', suspend_duration=300)
parallel_simple(run, machines)