# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. AUTHOR = "gwendal" NAME = 'hardware_DiskFirmwareUpgrade_Client' PURPOSE = "Install disk firmware" CRITERIA = "Check the disk updater script behaves as expected" TIME = "SHORT" TEST_CATEGORY = "General" TEST_CLASS = "hardware" TEST_TYPE = "client" DOC = """ This control files use the default parameters. It install the existing firmware package already present in the base image. This test assumes disk_upgrader package is installed. Use it in conjonction with the server test, hardware_DiskFirmwareUpgrade_Server. """ job.run_test('hardware_DiskFirmwareUpgrade')