blob: 23792d94a111ea9c41bbdccab4be9999121f2b6a [file] [log] [blame]
# Copyright (c) 2014 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.
AUTHOR = "gwendal"
NAME = "StorageQualBase.test"
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "suite"
TEST_TYPE = "server"
DOC = """
Check the test hardware_StorageQualBase is working as expected.
"""
def run_server_tests(machine):
job.add_sysinfo_logfile('/var/log/storage_info.txt', on_every_test=True)
job.run_test('hardware_StorageQualBase', client_ip=machine,
client_tag='test', crypto_runtime=30)
parallel_simple(run_server_tests, machines)