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