blob: f84a35f5fea6eec1ca6d6246147fc2d52da1470e [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!
from autotest_lib.client.common_lib import utils
AUTHOR = "Chrome OS Team"
NAME = "hardware_StorageQualBase_storage_qual_cq_1_after"
ATTRIBUTES = "suite:storage_qual_cq"
PURPOSE = "hardware_StorageQualBase_storage_qual_cq_1_after"
TIME = "long"
TEST_CATEGORY = "Stress"
TEST_CLASS = "Hardware"
TEST_TYPE = "server"
REQUIRE_SSP = False
PRIORITY = 70
DEPENDENCIES = "storage_qual_cq_1"
JOB_RETRIES = 0
DOC = "hardware_StorageQualBase_storage_qual_cq_1_after"
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_StorageQualBase", host=hosts.create_host(machine),
client_ip=machine, client_tag='after', tag='after', cq=True)
parallel_simple(run, machines)