xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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"
13PY_VERSION = 3
14
15DOC = """
16This control files use the default parameters. It install the existing
17firmware package already present in the base image.
18This test assumes disk_upgrader package is installed.
19Use it in conjonction with the server test,
20hardware_DiskFirmwareUpgrade_Server.
21"""
22
23job.run_test('hardware_DiskFirmwareUpgrade')
24