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' 7BUG_TEMPLATE = { 8 'cc': ['chromeos-installer-alerts@google.com'], 9 'components': ['Internals>Installer'], 10} 11 12DOC = """ 13Client-side mechanism to update a DUT with a given image. It is used 14in server-side tests such as server/autoupdate_CatchBadSignatures. 15""" 16 17NAME = 'autoupdate_CannedOmahaUpdate' 18PURPOSE = 'Update client with a canned Omaha response.' 19CRITERIA = 'Do not run this test. See server/autoupdate_CatchBadSignatures.' 20TEST_CLASS = 'platform' 21TEST_CATEGORY = 'Functional' 22TEST_TYPE = 'client' 23 24job.run_test('autoupdate_CannedOmahaUpdate') 25