You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
736 B
23 lines
736 B
# 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')
|