1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "Chrome OS Team" 6NAME = "hardware_StorageQualCheckSetup" 7PURPOSE = "Test that the moblab has the correct setup for storage_qual suite" 8ATTRIBUTES = "suite:check_setup_storage_qual" 9TIME = "SHORT" 10TEST_CATEGORY = "General" 11TEST_CLASS = "dummy" 12TEST_TYPE = "server" 13REQUIRE_SSP = False 14 15DOC = """ 16 17""" 18 19def run(machine): 20 job.run_test('hardware_StorageQualCheckSetup', host=hosts.create_host(machine)) 21 22parallel_simple(run, machines) 23