xref: /aosp_15_r20/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright (c) 2013 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
5TIME='MEDIUM'
6AUTHOR = 'Chromium OS'
7
8DOC = """
9Client-side mechanism to update a DUT with a given image. It is used
10in server-side tests such as autoupdate_CatchBadSignatures.
11"""
12
13NAME = 'autoupdate_CannedOmahaUpdate'
14PURPOSE = 'Update client with a canned Omaha response.'
15CRITERIA = 'Do not run this test. See autoupdate_CatchBadSignatures.'
16TEST_CLASS = 'platform'
17TEST_CATEGORY = 'Functional'
18TEST_TYPE = 'client'
19PY_VERSION = 3
20
21job.run_test('autoupdate_CannedOmahaUpdate')
22