|  | # Copyright (c) 2013 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. | 
|  |  | 
|  | TIME='MEDIUM' | 
|  | AUTHOR = 'Chromium OS' | 
|  |  | 
|  | DOC = """ | 
|  | Client-side mechanism to update a DUT with a given image. It is used | 
|  | in server-side tests such as autoupdate_CatchBadSignatures. | 
|  | """ | 
|  |  | 
|  | NAME = 'autoupdate_CannedOmahaUpdate' | 
|  | PURPOSE = 'Update client with a canned Omaha response.' | 
|  | CRITERIA = 'Do not run this test. See autoupdate_CatchBadSignatures.' | 
|  | TEST_CLASS = 'platform' | 
|  | TEST_CATEGORY = 'Functional' | 
|  | TEST_TYPE = 'client' | 
|  | PY_VERSION = 3 | 
|  |  | 
|  | job.run_test('autoupdate_CannedOmahaUpdate') |