blob: eb17896e266df62fe1a5b3e8a342c74bdddff7fc [file] [log] [blame]
# Copyright (c) 2013 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 = "Chrome OS Team"
NAME = "storage_qual"
PURPOSE = "Test that the moblab has the correct setup for storage_qual suite"
ATTRIBUTES = "suite:moblab_setup"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "dummy"
TEST_TYPE = "server"
REQUIRE_SSP = False
DOC = """
"""
def run(machine):
job.run_test('hardware_StorageQualCheckSetup', host=hosts.create_host(machine))
parallel_simple(run, machines)