aboutsummaryrefslogtreecommitdiff
path: root/server/site_tests/hardware_StorageQual/control.storage_qual_hardware_StorageQualTrimStress_trim_12
blob: 3f5e406ff5f9178373b86c069d582be17e823684 (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

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

from autotest_lib.client.common_lib import utils

AUTHOR = "Chrome OS Team"
NAME = "hardware_StorageQualTrimStress_trim_12"
ATTRIBUTES = "suite:storage_qual"
PURPOSE = "hardware_StorageQualTrimStress_trim_12"
TIME = "long"
TEST_CATEGORY = "Stress"
TEST_CLASS = "Hardware"
TEST_TYPE = "server"
REQUIRE_SSP = False
PRIORITY = 80
DEPENDENCIES = "trim"
JOB_RETRIES = 0

DOC = "hardware_StorageQualTrimStress_trim_12"

keyval = dict()
keyval['storage_qual_version'] = 1
keyval['bug_id'] = bug_id
keyval['part_id'] = part_id
utils.write_keyval(job.resultdir, keyval)

def run(machine):
    job.run_test("hardware_StorageQualTrimStress", host=hosts.create_host(machine),
            client_ip=machine, duration=14400)

parallel_simple(run, machines)