1# Copyright (c) 2014 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 = "firmware_TouchMTBSetup" 7PURPOSE = "Install firmware_TouchMTB and version info to the remote machine." 8CRITERIA = "This test will fail if it fails to install the version info." 9TIME = "SHORT" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "firmware" 12TEST_TYPE = "server" 13 14DOC = """ 15This test installs the version info of the client-side test firmware_TouchMTB 16to the remote machine. 17""" 18 19job.run_test("firmware_TouchMTBSetup", host=hosts.create_host(machines[0])) 20