1# Copyright (c) 2011 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 5from autotest_lib.server import utils 6 7AUTHOR = "Chrome OS Team" 8NAME = "factory_InstallServo" 9TIME = "MEDIUM" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "factory" 12TEST_TYPE = "server" 13 14DOC = """ 15This test creates and runs a mini-Omaha server, images a ChromeOS 16factory install shim onto a USB image using the servo, installs ChromeOS on a 17real device, runs a subset of factory tests, and finally boots into ChromeOS. 18""" 19 20 21job.run_test('factory_InstallServo', **utils.args_to_dict(args)) 22