blob: 6e474718570d79773e8e762f0b6ad9b2e85c1044 [file] [log] [blame]
Matt Mallett4cdeb422018-05-10 14:21:41 -07001
2# Copyright (c) 2018 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# This control file was auto-generated by generate_storage_qual_control_files.py
7# Do not edit this file!
8
Matt Mallett98a03b52018-06-01 16:00:35 -07009from autotest_lib.client.common_lib import utils
10
Matt Mallett4cdeb422018-05-10 14:21:41 -070011AUTHOR = "Chrome OS Team"
12NAME = "hardware_StorageQualSuspendStress_suspend_suspend_38"
13ATTRIBUTES = "suite:storage_qual"
14PURPOSE = "hardware_StorageQualSuspendStress_suspend_suspend_38"
15TIME = "long"
16TEST_CATEGORY = "Stress"
17TEST_CLASS = "Hardware"
18TEST_TYPE = "server"
19REQUIRE_SSP = False
20PRIORITY = 80
21DEPENDENCIES = "suspend"
22JOB_RETRIES = 0
23
24DOC = "hardware_StorageQualSuspendStress_suspend_suspend_38"
25
Matt Mallett98a03b52018-06-01 16:00:35 -070026keyval = dict()
27keyval['bug_id'] = bug_id
28keyval['part_id'] = part_id
29utils.write_keyval(job.resultdir, keyval)
30
Matt Mallett4cdeb422018-05-10 14:21:41 -070031def run(machine):
32 job.run_test("hardware_StorageQualSuspendStress", host=hosts.create_host(machine),
33 client_ip=machine, duration=14400, tag='suspend')
34
35parallel_simple(run, machines)