aboutsummaryrefslogtreecommitdiff
path: root/server/site_tests/hardware_StorageQual/control.storage_qual_hardware_StorageQualSuspendStress_suspend_suspend_39
blob: 6fd3a6ed37fcd67c4e151983c8b80b96b8a11d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

# Copyright 2020 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!

from autotest_lib.client.common_lib import utils

AUTHOR = "chromeos-storage"
NAME = "hardware_StorageQualSuspendStress_suspend_suspend_39"
ATTRIBUTES = "suite:storage_qual"
PURPOSE = "hardware_StorageQualSuspendStress_suspend_suspend_39"
TIME = "long"
TEST_CATEGORY = "Stress"
TEST_CLASS = "Hardware"
TEST_TYPE = "server"
PY_VERSION = 3
REQUIRE_SSP = True
PRIORITY = 60
DEPENDENCIES = "suspend"
JOB_RETRIES = 0
FAST = False

DOC = "hardware_StorageQualSuspendStress_suspend_suspend_39"

keyval = dict()
keyval['storage_qual_version'] = 1
try:
    keyval['bug_id'] = bug_id
    keyval['part_id'] = part_id
except NameError:
    # bug_id and/or part_id variables not defined
    pass
utils.write_keyval(job.resultdir, keyval)

def run(machine):
    job.run_test("hardware_StorageQualSuspendStress", host=hosts.create_host(machine),
            client_ip=machine, tag='suspend', duration=14400)

parallel_simple(run, machines)