Home | History | Annotate | Download | only in firmware_TouchMTBSetup
      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 
      5 AUTHOR = "Chrome OS Team"
      6 NAME = "firmware_TouchMTBSetup"
      7 PURPOSE = "Install firmware_TouchMTB and version info to the remote machine."
      8 CRITERIA = "This test will fail if it fails to install the version info."
      9 TIME = "SHORT"
     10 TEST_CATEGORY = "Functional"
     11 TEST_CLASS = "firmware"
     12 TEST_TYPE = "server"
     13 
     14 DOC = """
     15 This test installs the version info of the client-side test firmware_TouchMTB
     16 to the remote machine.
     17 """
     18 
     19 job.run_test("firmware_TouchMTBSetup", host=hosts.create_host(machines[0]))
     20