blob: 82c171cf3ed80b69cb6cbe3e8b70040619b63193 [file] [log] [blame]
# 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.add_sysinfo_logfile('/var/log/storage_info.txt', on_every_test=True)
job.run_test('hardware_DiskFirmwareUpgrade')