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 5 AUTHOR = "gwendal" 6 NAME = 'hardware_DiskFirmwareUpgrade_Client' 7 PURPOSE = "Install disk firmware" 8 CRITERIA = "Check the disk updater script behaves as expected" 9 TIME = "SHORT" 10 TEST_CATEGORY = "General" 11 TEST_CLASS = "hardware" 12 TEST_TYPE = "client" 13 14 DOC = """ 15 This control files use the default parameters. It install the existing 16 firmware package already present in the base image. 17 This test assumes disk_upgrader package is installed. 18 Use it in conjonction with the server test, 19 hardware_DiskFirmwareUpgrade_Server. 20 """ 21 22 job.run_test('hardware_DiskFirmwareUpgrade') 23